Update NEWS file and bump version to 2.0.6 v2.0.6
authorIustin Pop <iustin@google.com>
Thu, 4 Feb 2010 10:43:11 +0000 (11:43 +0100)
committerIustin Pop <iustin@google.com>
Thu, 4 Feb 2010 10:47:43 +0000 (11:47 +0100)
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 34b4642..4eed37b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 2.0.6
+  - Fix cleaner behaviour on nodes not in a cluster (Debian bug 568105)
+  - Fix a string formatting bug
+  - Improve safety of the code in some error paths
+  - Improve data validation in the master of values returned from nodes
+
 Version 2.0.5
   - Fix security issue due to missing validation of iallocator names;
     this allows local and remote execution of arbitrary executables
index 64ed6c1..5290d45 100644 (file)
@@ -1,7 +1,7 @@
 # Configure script for Ganeti
 m4_define([gnt_version_major], [2])
 m4_define([gnt_version_minor], [0])
-m4_define([gnt_version_revision], [5])
+m4_define([gnt_version_revision], [6])
 m4_define([gnt_version_suffix], [])
 m4_define([gnt_version_full],
           m4_format([%d.%d.%d%s],