From e8cd4796223948f40ac803b6b2fbe1d7fbdb75f4 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Thu, 4 Feb 2010 11:43:11 +0100 Subject: [PATCH] Update NEWS file and bump version to 2.0.6 Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 34b46426e..4eed37b97 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Version 2.0.6 + - Fix cleaner behaviour on nodes not in a cluster (Debian bug 568105) + - Fix a string formatting bug + - Improve safety of the code in some error paths + - Improve data validation in the master of values returned from nodes + Version 2.0.5 - Fix security issue due to missing validation of iallocator names; this allows local and remote execution of arbitrary executables diff --git a/configure.ac b/configure.ac index 64ed6c11b..5290d45af 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], [5]) +m4_define([gnt_version_revision], [6]) m4_define([gnt_version_suffix], []) m4_define([gnt_version_full], m4_format([%d.%d.%d%s], -- GitLab