Release Ganeti 2.2.0.1 v2.2.0.1
authorGuido Trotter <ultrotter@google.com>
Fri, 8 Oct 2010 16:55:40 +0000 (17:55 +0100)
committerGuido Trotter <ultrotter@google.com>
Fri, 8 Oct 2010 17:25:10 +0000 (18:25 +0100)
2.2.0 was built with old autotools, and it's incompatible with Python
2.6. Rebuilding with a newer autotools version fixes this.

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Luca Bigliardi <shammash@google.com>

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index d5d3158..75f916e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
 News
 ====
 
+Version 2.2.0.1
+---------------
+
+*(Released Fri, 8 Oct 2010)*
+
+- Rebuild with a newer autotools version, to fix python 2.6 compatibility
+
+
 Version 2.2.0
 -------------
 
index 3afaa27..84f64c6 100644 (file)
@@ -2,7 +2,7 @@
 m4_define([gnt_version_major], [2])
 m4_define([gnt_version_minor], [2])
 m4_define([gnt_version_revision], [0])
-m4_define([gnt_version_suffix], [])
+m4_define([gnt_version_suffix], [.1])
 m4_define([gnt_version_full],
           m4_format([%d.%d.%d%s],
                     gnt_version_major, gnt_version_minor,