~julian-edwards/maas/packaging-syslog

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: MaaS Lander
  • Author(s): Andres Rodriguez
  • Date: 2014-04-03 18:12:20 UTC
  • mfrom: (263.1.5 trusty)
  • Revision ID: maas_lander-20140403181220-v3wgi3ex4cyj1p3r
[r=andreserl][bug=][author=andreserl] Update changelog

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
maas (1.5+bzr2221-0ubuntu1) UNRELEASED; urgency=medium
2
2
 
 
3
  * New upstream bugfix release:
 
4
    - Fix catching exceptions raised by twisted.conch.ssh.keys.Key.fromString
 
5
    - Fix validationg in default NodeGroupInterface.broadcast_ip.
 
6
    - Drop install-pxe-bootloader as it conflicts with newer import script.
 
7
    - Remove references to old import script.
 
8
    - Fix changes that cause overwriting of existing entries.
 
9
    - Fix inappropriate ValidationError when defining networks with nested
 
10
      (but non-identical) address ranges.
 
11
    - Fix issue where if a node does not provide an architecture type on dhcp
 
12
      request, or no other boot method is available for that architecture,
 
13
      the node still uses pxelinux.0 to boot.
 
14
    - Take an advisory lock to prevent concurrent creation of the
 
15
      eventloops table.
 
16
    - Remove the cloud_images_archive setting, as it conflicts with new
 
17
      import script.
 
18
    - Add a 'logout confirmation' page. Using this, the logout action is
 
19
      protected against CSRF attacks because it uses a POST request, in
 
20
      conjunction with Django's CSRF protection feature.
 
21
    - Fix cluster listings when dealing with large number of clusters.
 
22
    - Change list_boot_images() so that it can cope with a missing boot
 
23
      images directory: this happens if the reporting task runs before the
 
24
      images have been imported.
 
25
 
3
26
  [ Andres Rodriguez ]
4
27
  * debian/maas-cluster-controller.install: Install UEFI templates
5
28
  * debian/maas-cluster-controller.dirs: Create 'boot-resources' dir.