From bf21f985118edd02a9fa7ba4d88eff4c354ad608 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Fri, 8 Oct 2010 17:55:40 +0100 Subject: [PATCH] Release Ganeti 2.2.0.1 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 | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d5d3158e3..75f916e5d 100644 --- 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 ------------- diff --git a/configure.ac b/configure.ac index 3afaa276b..84f64c6ef 100644 --- a/configure.ac +++ b/configure.ac @@ -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, -- GitLab