From: Iustin Pop Date: Tue, 2 Mar 2010 10:24:51 +0000 (+0100) Subject: Make release 0.8 X-Git-Tag: v0.8^0 X-Git-Url: http://git.equinoxoli.org/?p=ext%2Finstance-debootstrap.git;a=commitdiff_plain;h=5234a6a780067c3d92669cec0cb202421f6014cf Make release 0.8 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 --- 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)