Make 0.9 release with the recent changes
authorIustin Pop <iustin@google.com>
Wed, 3 Mar 2010 09:03:31 +0000 (10:03 +0100)
committerIustin Pop <iustin@google.com>
Wed, 10 Mar 2010 17:23:58 +0000 (18:23 +0100)
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: RenĂ© Nussbaumer <rn@google.com>

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index e9fd2f6..3c3adad 100644 (file)
--- 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:
index 05ec5dc..3f1adc1 100644 (file)
@@ -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)