From db448b7da7672e9b911d3ebfcc3dc9248bdd43e3 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Wed, 3 Mar 2010 10:03:31 +0100 Subject: [PATCH] Make 0.9 release with the recent changes MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Iustin Pop Reviewed-by: René Nussbaumer --- NEWS | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletions(-) diff --git a/NEWS b/NEWS index e9fd2f6..3c3adad 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Version 0.9 +----------- + +Changed the default CUSTOMIZE_DIR (under $sysconfdir, usually /etc) from +ganeti/instance-debootstrap.d to ganeti/instance-debootstrap/hooks, to +match better with the directory used for the variants file. Now +customization of the instance-debootstrap is done either in the defaults +file or under ganeti/instance-debootstrap. + +Also start shipping the examples in the tar archive, to ease packaging. + Version 0.8 ----------- @@ -90,3 +101,9 @@ existing one after two weeks). Also note that if the image file is there, the script does not need network access at all. + +.. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: diff --git a/configure.ac b/configure.ac index 05ec5dc..3f1adc1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(ganeti-instance-debootstrap, 0.8, ganeti@googlegroups.com) +AC_INIT(ganeti-instance-debootstrap, 0.9, ganeti@googlegroups.com) AC_CONFIG_AUX_DIR(autotools) AC_CONFIG_SRCDIR(configure) -- 1.7.2.5