From: Michele Tartara Date: Thu, 26 Sep 2013 07:53:10 +0000 (+0200) Subject: Version bump for 2.7.2 X-Git-Tag: v2.7.2^0 X-Git-Url: https://code.grnet.gr/git/ganeti-local/commitdiff_plain/refs/tags/v2.7.2 Version bump for 2.7.2 Change the version number and the NEWS file for the 2.7.2 bugfix release. Signed-off-by: Michele Tartara Reviewed-by: Thomas Thrainer --- diff --git a/NEWS b/NEWS index a276ffb..c9262c2 100644 --- 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 diff --git a/configure.ac b/configure.ac index 0131e05..54dd5d2 100644 --- a/configure.ac +++ b/configure.ac @@ -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],