instance-debootstrap: release 0.6 v0.6
authorGuido Trotter <ultrotter@google.com>
Mon, 26 Jan 2009 15:58:39 +0000 (15:58 +0000)
committerGuido Trotter <ultrotter@google.com>
Mon, 26 Jan 2009 15:58:39 +0000 (15:58 +0000)
This commit also updates the NEWS file

Reviewed-by: iustinp

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index ccd4eb8..47deb09 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,14 @@
-Version 0.6 (unreleased)
+Version 0.6
 -----------
 
+Support for Ganeti 2.0 (os api 10)
+
 The instance's fstab is now generated with volumes' UUIDs rather than paths.
 This makes it more resilient to changes and use under different
 hypervisors/drivers.
 
+Init is configured to listen on /dev/console rather than /dev/tty1
+
 Version 0.5
 -----------
 
index f7bb3e3..f46591a 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(ganeti-instance-debootstrap, 0.5, ganeti@googlegroups.com)
+AC_INIT(ganeti-instance-debootstrap, 0.6, ganeti@googlegroups.com)
 
 AC_CONFIG_AUX_DIR(autotools)
 AC_CONFIG_SRCDIR(configure)