Update NEWS & configure.ac for the 2.2.2 release v2.2.2
authorIustin Pop <iustin@google.com>
Fri, 19 Nov 2010 10:42:35 +0000 (11:42 +0100)
committerIustin Pop <iustin@google.com>
Fri, 19 Nov 2010 11:00:44 +0000 (12:00 +0100)
This imports the 2.1.8 NEWS entry and adds the 2.2.2 one, then updates the
configure.ac version.

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 f39819a..ba1e881 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,20 @@
 News
 ====
 
+Version 2.2.2
+-------------
+
+*(Released Fri, 19 Nov 2010)*
+
+A few small bugs fixed, and some improvements to the build system:
+
+- Fix documentation regarding conversion to drbd
+- Fix validation of parameters in cluster modify (``gnt-cluster modify
+  -B``)
+- Fix error handling in node modify with multiple changes
+- Allow remote imports without checked names
+
+
 Version 2.2.1
 -------------
 
@@ -191,6 +205,21 @@ Version 2.2.0 beta 0
   see the ``ganeti-os-interface(7)`` manpage and look for
   ``EXP_SIZE_FD``
 
+
+Version 2.1.8
+-------------
+
+*(Released Tue, 16 Nov 2010)*
+
+Some more bugfixes. Unless critical bugs occur, this will be the last
+2.1 release:
+
+- Fix case of MAC special-values
+- Fix mac checker regex
+- backend: Fix typo causing “out of range” error
+- Add missing --units in gnt-instance list man page
+
+
 Version 2.1.7
 -------------
 
index 0df9f2b..980af41 100644 (file)
@@ -1,7 +1,7 @@
 # Configure script for Ganeti
 m4_define([gnt_version_major], [2])
 m4_define([gnt_version_minor], [2])
-m4_define([gnt_version_revision], [1])
+m4_define([gnt_version_revision], [2])
 m4_define([gnt_version_suffix], [])
 m4_define([gnt_version_full],
           m4_format([%d.%d.%d%s],