From 20203756680e3822437d54eb6e857185a55daee3 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Mon, 7 Mar 2011 12:00:51 +0100 Subject: [PATCH] Release 2.4.0 NEWS update and version bump. Signed-off-by: Iustin Pop Reviewed-by: Michael Hanselmann --- NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2f5c561..1c93868 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,19 @@ News ==== +Version 2.4.0 +------------- + +*(Released Mon, 07 Mar 2011)* + +Final 2.4.0 release. Just a few small fixes: + +- Fixed RAPI node evacuate +- Fixed the kvm-ifup script +- Fixed internal error handling for special job cases +- Updated man page to specify the escaping feature for options + + Version 2.4.0 rc3 ----------------- diff --git a/configure.ac b/configure.ac index 078aee1..031a5fc 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ m4_define([gnt_version_major], [2]) m4_define([gnt_version_minor], [4]) m4_define([gnt_version_revision], [0]) -m4_define([gnt_version_suffix], [~rc3]) +m4_define([gnt_version_suffix], []) m4_define([gnt_version_full], m4_format([%d.%d.%d%s], gnt_version_major, gnt_version_minor, -- 1.7.10.4