Update NEWS and release 2.4.0 rc3 v2.4.0rc3
authorIustin Pop <iustin@google.com>
Mon, 28 Feb 2011 14:12:14 +0000 (15:12 +0100)
committerIustin Pop <iustin@google.com>
Mon, 28 Feb 2011 14:22:34 +0000 (15:22 +0100)
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: RenĂ© Nussbaumer <rn@google.com>

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index da92974..749b3de 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,22 @@
 News
 ====
 
+Version 2.4.0 rc3
+-----------------
+
+*(Released Mon, 28 Feb 2011)*
+
+A critical fix for the ``prealloc_wipe_disks`` feature: it is possible
+that this feature wiped the disks of the wrong instance, leading to loss
+of data.
+
+Other changes:
+
+- fixed title of query field containing instance name
+- expanded the glossary in the documentation
+- fixed one unittest (internal issue)
+
+
 Version 2.4.0 rc2
 -----------------
 
index de6642b..078aee1 100644 (file)
@@ -2,7 +2,7 @@
 m4_define([gnt_version_major], [2])
 m4_define([gnt_version_minor], [4])
 m4_define([gnt_version_revision], [0])
-m4_define([gnt_version_suffix], [~rc2])
+m4_define([gnt_version_suffix], [~rc3])
 m4_define([gnt_version_full],
           m4_format([%d.%d.%d%s],
                     gnt_version_major, gnt_version_minor,