From dca5d5bcb025dd462c325c7ce60c0db41a7d355f Mon Sep 17 00:00:00 2001 From: Guido Trotter Date: Mon, 26 Jan 2009 15:58:39 +0000 Subject: [PATCH] instance-debootstrap: release 0.6 This commit also updates the NEWS file Reviewed-by: iustinp --- NEWS | 6 +++++- configure.ac | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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) -- 1.7.2.5