From 18873b16581135c7da31d11f6f4fc7758922ce60 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sat, 21 Apr 2012 12:07:17 +0200 Subject: [PATCH] Bump version and update NEWS for 0.10 release Signed-off-by: Iustin Pop Reviewed-by: Michael Hanselmann --- NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletions(-) diff --git a/NEWS b/NEWS index e78e76f..9284be9 100644 --- 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 ----------- diff --git a/configure.ac b/configure.ac index 3f1adc1..796adce 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 1.7.2.5