From 5234a6a780067c3d92669cec0cb202421f6014cf Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Tue, 2 Mar 2010 11:24:51 +0100 Subject: [PATCH] Make release 0.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit No recent changes, but we need a stable release of instance-debootstrap for Ganeti 2.1. Signed-off-by: Iustin Pop Reviewed-by: René Nussbaumer --- NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletions(-) diff --git a/NEWS b/NEWS index 1562581..e9fd2f6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Version 0.8 +----------- + +Added support for OS API 15 (with OS variants) that is supported by +Ganeti 2.1. + +blktype is now supported as an alternative to vol_id; this is needed for +newer Debian-based operating systems. + +Added an example grub script, that can be used for automatically +installing grub inside new instances. + Version 0.7 ----------- diff --git a/configure.ac b/configure.ac index d40fca0..05ec5dc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(ganeti-instance-debootstrap, 0.7, ganeti@googlegroups.com) +AC_INIT(ganeti-instance-debootstrap, 0.8, ganeti@googlegroups.com) AC_CONFIG_AUX_DIR(autotools) AC_CONFIG_SRCDIR(configure) -- 1.7.2.5