From 868a37e0c31572cfa14520caf83f08414c5cfaf6 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Mon, 29 Oct 2012 14:31:45 +0100 Subject: [PATCH] Update NEWS file and bump version for 0.12 release Time for a new release, since we have a few accumulated fixes. Signed-off-by: Iustin Pop Reviewed-by: Guido Trotter --- NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletions(-) diff --git a/NEWS b/NEWS index 316e3e3..a7b9046 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Version 0.12 +------------ + +A few small bugfixes: + +- the defaults file is now installed automatically; even though all + settings are commented out, this allows for easier configuration +- all existing hooks are now distributed in the archive and also + installed via `make install' (fixes issue 283) +- the console activation for xen-pvm hypervisor has been corrected; + before it was working only for kvm (fixes issue 284) + + Version 0.11 ------------ diff --git a/configure.ac b/configure.ac index 19748a1..3c5fc44 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(ganeti-instance-debootstrap, 0.11, ganeti@googlegroups.com) +AC_INIT(ganeti-instance-debootstrap, 0.12, ganeti@googlegroups.com) AC_CONFIG_AUX_DIR(autotools) AC_CONFIG_SRCDIR(configure) -- 1.7.2.5