Version bump for 2.7.2 v2.7.2
authorMichele Tartara <mtartara@google.com>
Thu, 26 Sep 2013 07:53:10 +0000 (09:53 +0200)
committerMichele Tartara <mtartara@google.com>
Thu, 26 Sep 2013 08:14:18 +0000 (08:14 +0000)
Change the version number and the NEWS file for the 2.7.2 bugfix release.

Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Thomas Thrainer <thomasth@google.com>

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index a276ffb..c9262c2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,10 +5,14 @@ News
 Version 2.7.2
 -------------
 
-*(unreleased)*
+*(Released Thu, 26 Sep 2013)*
 
 - Change the connected groups format in ``gnt-network info`` output; it
-  was previously displayed as a raw list by mistake.
+  was previously displayed as a raw list by mistake
+- Check disk template in right dict when copying
+- Support multi-instance allocs without iallocator
+- Fix some errors in the documentation
+- Fix formatting of tuple in an error message
 
 
 Version 2.7.1
index 0131e05..54dd5d2 100644 (file)
@@ -1,7 +1,7 @@
 # Configure script for Ganeti
 m4_define([gnt_version_major], [2])
 m4_define([gnt_version_minor], [7])
-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],