From 9d725d4137a785e1d837c4416b2e04296bcdae56 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Fri, 7 Aug 2009 11:23:16 +0200 Subject: [PATCH] Update NEWS and version for 2.0.3 release Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index cbbf76a78..f18520589 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Version 2.0.3 + - Added β--ignore-sizeβ to the βgnt-instance activate-disksβ command + to allow using the pre-2.0.2 behaviour in activation, if any + existing instances have mismatched disk sizes in the configuration + - Added βgnt-cluster repair-disk-sizesβ command to check and update + any configuration mismatches for disk sizes + - Added βgnt-master cluste-failover --no-votingβ to allow master + failover to work on two-node clusters + - Fixed the β--netβ option of βgnt-backup importβ, which was unusable + - Fixed detection of OS script errors in βgnt-backup exportβ + - Fixed exit code of βgnt-backup exportβ + Version 2.0.2 - Added experimental support for stripped logical volumes; this should enhance performance but comes with a higher complexity in the block diff --git a/configure.ac b/configure.ac index 12ba06df0..6d3b906c1 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], [0]) -m4_define([gnt_version_revision], [2]) +m4_define([gnt_version_revision], [3]) m4_define([gnt_version_suffix], []) m4_define([gnt_version_full], m4_format([%d.%d.%d%s], -- GitLab