Update NEWS file and release 0.7
authorGuido Trotter <ultrotter@google.com>
Tue, 17 Feb 2009 13:51:51 +0000 (13:51 +0000)
committerGuido Trotter <ultrotter@google.com>
Tue, 17 Feb 2009 13:51:51 +0000 (13:51 +0000)
Reviewed-by: iustinp

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 47deb09..1562581 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Version 0.7
+-----------
+
+Fix Ganeti 1.2 compatibility (0.6 was broken) and force the scripts to be
+executed under /bin/bash (rather than /bin/sh). This fixes compatibility with
+distributions where /bin/sh is not bash.
+
+Support 'msdos' partition style, in which the instance disk gets a partition
+table, and one big partition, rather than creating the filesytem directly on
+the block device. This requires kpartx to be installed, and is the default when
+installing under Ganeti 2.0.
+
+Added the possibility to customize the installation without having to patch the
+os directly, by executing the scripts in CUSTOMIZE_DIR and giving them a chance
+to change the instance filesystem. As an example a script that sets the first
+nic to request a dhcp address is provided.
+
 Version 0.6
 -----------
 
index f46591a..d40fca0 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(ganeti-instance-debootstrap, 0.6, ganeti@googlegroups.com)
+AC_INIT(ganeti-instance-debootstrap, 0.7, ganeti@googlegroups.com)
 
 AC_CONFIG_AUX_DIR(autotools)
 AC_CONFIG_SRCDIR(configure)