Update NEWS file and bump version for 0.11 release v0.11
authorIustin Pop <iustin@google.com>
Wed, 9 May 2012 04:01:49 +0000 (06:01 +0200)
committerIustin Pop <iustin@google.com>
Wed, 9 May 2012 07:13:18 +0000 (09:13 +0200)
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 9284be9..316e3e3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Version 0.11
+------------
+
+The partition alignment offset is now configurable (using the
+PARTITION_ALIGNMENT configuration setting, in sectors) and the
+distribution names and packages in the defaults file have been updated.
+
+Furthermore, the grub example hook has been improved a bit:
+
+- automatically uses the defined proxy, so that package installation
+  uses the same method as the main install
+- debconf frontend set to non-interactive, to prevent an debconf
+  question loop
+
+However, there still seem to be issues related to this hook (recent grub
+versions fail to run correctly "grub-install" or "update-grub" and
+complain about device mappings); help is welcome.
+
 Version 0.10
 ------------
 
@@ -88,7 +106,7 @@ Note that the cache file is no longer stored in the same directory as
 the OS definition files, but (again depending on ./configure options)
 usually under /var/cache/ganeti-instance-debootstrap.
 
-There are many other customuizable settings added in this version, for
+There are many other customizable settings added in this version, for
 example the actual OS to be installed (no longer always installing
 Debian Etch), whether to use a proxy or not, etc. See the README and the
 'defaults' files.
index 796adce..19748a1 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(ganeti-instance-debootstrap, 0.10, ganeti@googlegroups.com)
+AC_INIT(ganeti-instance-debootstrap, 0.11, ganeti@googlegroups.com)
 
 AC_CONFIG_AUX_DIR(autotools)
 AC_CONFIG_SRCDIR(configure)