~ubuntu-branches/ubuntu/saucy/maas/saucy-proposed

« back to all changes in this revision

Viewing changes to src/maasserver/models/macaddress.py

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2013-10-04 12:33:05 UTC
  • mfrom: (1.2.16)
  • Revision ID: package-import@ubuntu.com-20131004123305-pu2rr8xhnl47m53n
Tags: 1.4+bzr1693+dfsg-0ubuntu1
* New Upstream Release (LP: #1218526)
  - This new upstream release contains fixes and improvements of the
    features approved by the FFe above.
  - Fixes commissioning failure on Saucy with 'Failed Test' (LP: #1237364)
  - Fixes access of static images over http  (LP: #1236544)
* d/maas-cluster-controller.postinst: a2enmod version module (LP: #1236544)
* d/control: Bump depends on python-django to 1.4. (LP: #1236572)
* d/maas-dhcp.postinst: Fail gracefully if apparmor_parser fails, allowing
  to install maas-dhcp during an ISO install. (LP: #1236786)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    unicode_literals,
10
10
    )
11
11
 
 
12
str = None
 
13
 
12
14
__metaclass__ = type
13
15
__all__ = [
14
16
    'MACAddress',