Bump version and update NEWS for 0.10 release v0.10
authorIustin Pop <iustin@google.com>
Sat, 21 Apr 2012 10:07:17 +0000 (12:07 +0200)
committerIustin Pop <iustin@google.com>
Tue, 24 Apr 2012 08:24:03 +0000 (10:24 +0200)
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index e78e76f..9284be9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Version 0.10
+------------
+
+This add supports for ext4 file-systems and changes the default
+distribution from Lenny to Squeeze.
+
+Additionally, new hooks were added:
+
+- setting the password for the root user
+- setting the timezone
+- setting SSH keys for a given user
+
 Version 0.9
 -----------
 
index 3f1adc1..796adce 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(ganeti-instance-debootstrap, 0.9, ganeti@googlegroups.com)
+AC_INIT(ganeti-instance-debootstrap, 0.10, ganeti@googlegroups.com)
 
 AC_CONFIG_AUX_DIR(autotools)
 AC_CONFIG_SRCDIR(configure)