Move "local" entries at the bottom, and leave global 2.7 entries at the top, as for the other releases.
Signed-off-by: Guido Trotter <[email protected]> --- NEWS | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/NEWS b/NEWS index 7a8c653..f703b22 100644 --- a/NEWS +++ b/NEWS @@ -7,23 +7,6 @@ Version 2.7.0 rc2 *(unreleased)* -- ``devel/upload`` now works when ``/var/run`` on the target nodes is a - symlink. -- Disks added through ``gnt-instance modify`` or created through - ``gnt-instance recreate-disks`` are wiped, if the - ``prealloc_wipe_disks`` flag is set. -- If wiping newly created disks fails, the disks are removed. Also, - partial failures in creating disks through ``gnt-instance modify`` - triggers a cleanup of the partially-created disks. -- Removing the master IP address doesn't fail if the address has been - already removed. - - -Version 2.7.0 rc1 ------------------ - -*(Released Fri, 3 May 2013)* - Incompatible/important changes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -127,8 +110,28 @@ Misc changes - The functionality for allocating multiple instances at once has been overhauled and is now also available through :doc:`RAPI <rapi>`. +Since rc1: + +- ``devel/upload`` now works when ``/var/run`` on the target nodes is a + symlink. +- Disks added through ``gnt-instance modify`` or created through + ``gnt-instance recreate-disks`` are wiped, if the + ``prealloc_wipe_disks`` flag is set. +- If wiping newly created disks fails, the disks are removed. Also, + partial failures in creating disks through ``gnt-instance modify`` + triggers a cleanup of the partially-created disks. +- Removing the master IP address doesn't fail if the address has been + already removed. +- Fix ownership of the OS log dir + + + +Version 2.7.0 rc1 +----------------- + +*(Released Fri, 3 May 2013)* -Since beta3: +This was the first release candidate of the 2.7 series. Since beta3: - Fix kvm compatibility with qemu 1.4 (Issue 389) - Documentation updates (admin guide, upgrade notes, install -- 1.7.10.4
