Update NEWS for 2.7.0 rc2
authorGuido Trotter <ultrotter@google.com>
Tue, 21 May 2013 08:00:43 +0000 (10:00 +0200)
committerGuido Trotter <ultrotter@google.com>
Wed, 22 May 2013 09:27:51 +0000 (11:27 +0200)
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 <ultrotter@google.com>
Reviewed-by: Michele Tartara <mtartara@google.com>

NEWS

diff --git a/NEWS b/NEWS
index 7a8c653..5c773ae 100644 (file)
--- 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,27 @@ 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