From a2370b241506027e20871d2ac33318e105ee2434 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Mon, 2 Mar 2009 14:30:26 +0000 Subject: [PATCH] Release 2.0rc1 This patch updates the NEWS file and increases the version to 2.0 rc1. Reviewed-by: ultrotter --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a577f976b..794bfa953 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Version 2.0 release candidate 1 + - More documentation updates, now all docs should be more-or-less + up-to-date + - A couple of small fixes (mixed hypervisor clusters, offline nodes, + etc.) + - Added a customizable HV_KERNEL_ARGS hypervisor parameter (for Xen + PVM and KVM) + - Fix an issue related to $libdir/run/ganeti and cluster creation + Version 2.0 beta 2 - Xen PVM and KVM have switched the default value for the instance root disk to the first partition on the first drive, instead of the diff --git a/configure.ac b/configure.ac index 960d60d5c..250481c59 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ m4_define([gnt_version_major], [2]) m4_define([gnt_version_minor], [0]) m4_define([gnt_version_revision], [0]) -m4_define([gnt_version_suffix], [~beta2]) +m4_define([gnt_version_suffix], [~rc1]) m4_define([gnt_version_full], m4_format([%d.%d.%d%s], gnt_version_major, gnt_version_minor, -- GitLab