Update NEWS file and bump version for 0.12 release
authorIustin Pop <iustin@google.com>
Mon, 29 Oct 2012 13:31:45 +0000 (14:31 +0100)
committerIustin Pop <iustin@google.com>
Tue, 30 Oct 2012 11:16:37 +0000 (12:16 +0100)
Time for a new release, since we have a few accumulated fixes.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 316e3e3..a7b9046 100644 (file)
--- 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
 ------------
 
index 19748a1..3c5fc44 100644 (file)
@@ -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)