From da5b82edc8f3785c1024223ebe06b314acc309f6 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Wed, 9 May 2012 06:01:49 +0200 Subject: [PATCH] Update NEWS file and bump version for 0.11 release Signed-off-by: Iustin Pop Reviewed-by: Michael Hanselmann --- NEWS | 20 +++++++++++++++++++- configure.ac | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9284be9..316e3e3 100644 --- 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. diff --git a/configure.ac b/configure.ac index 796adce..19748a1 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 1.7.2.5