--- 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, [email protected]) +AC_INIT(ganeti-instance-debootstrap, 0.10, [email protected]) AC_CONFIG_AUX_DIR(autotools) AC_CONFIG_SRCDIR(configure) -- 1.7.7.3
