--- 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, [email protected]) +AC_INIT(ganeti-instance-debootstrap, 0.9, [email protected]) AC_CONFIG_AUX_DIR(autotools) AC_CONFIG_SRCDIR(configure) -- 1.6.6.2
