From: Guido Trotter Date: Mon, 26 Jan 2009 15:58:39 +0000 (+0000) Subject: instance-debootstrap: release 0.6 X-Git-Tag: v0.6^0 X-Git-Url: http://git.equinoxoli.org/?p=ext%2Finstance-debootstrap.git;a=commitdiff_plain;h=dca5d5bcb025dd462c325c7ce60c0db41a7d355f instance-debootstrap: release 0.6 This commit also updates the NEWS file Reviewed-by: iustinp --- diff --git a/NEWS b/NEWS index ccd4eb8..47deb09 100644 --- 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 ----------- diff --git a/configure.ac b/configure.ac index f7bb3e3..f46591a 100644 --- a/configure.ac +++ b/configure.ac @@ -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)