Update NEWS file and release Ganeti 2.0.5 v2.0.5
authorIustin Pop <iustin@google.com>
Wed, 16 Dec 2009 13:20:48 +0000 (14:20 +0100)
committerIustin Pop <iustin@google.com>
Wed, 16 Dec 2009 13:42:01 +0000 (14:42 +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 7f916c5..34b4642 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 2.0.5
+  - Fix security issue due to missing validation of iallocator names;
+    this allows local and remote execution of arbitrary executables
+  - Fix failure of gnt-node list during instance removal
+  - Ship the RAPI documentation in the archive
+
 Version 2.0.4
   - Fixed many wrong messages
   - Fixed a few bugs related to the locking library
index 2e5b386..64ed6c1 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], [4])
+m4_define([gnt_version_revision], [5])
 m4_define([gnt_version_suffix], [])
 m4_define([gnt_version_full],
           m4_format([%d.%d.%d%s],