From: Iustin Pop Date: Sat, 21 Apr 2012 10:07:17 +0000 (+0200) Subject: Bump version and update NEWS for 0.10 release X-Git-Tag: v0.10^0 X-Git-Url: http://git.equinoxoli.org/?p=ext%2Finstance-debootstrap.git;a=commitdiff_plain;h=18873b16581135c7da31d11f6f4fc7758922ce60 Bump version and update NEWS for 0.10 release Signed-off-by: Iustin Pop Reviewed-by: Michael Hanselmann --- 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)