From e1a092161af1789a93f01d85ed556dd4342ccde5 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Mon, 7 Jul 2008 14:20:08 +0000 Subject: [PATCH] Make the 0.5 release This patch updates the NEWS file and changes the version number to 0.5. Reviewed-by: ultrotter --- NEWS | 9 +++++++-- configure.ac | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index aa8c135..bb8dd89 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -Version 0.5 (unreleased) ------------------------- +Version 0.5 +----------- Most of the settings of the script have been moved to a configuration file. Depending on the ./configure options, the location of this file @@ -18,6 +18,11 @@ 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 +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. + Version 0.4 ----------- diff --git a/configure.ac b/configure.ac index 56f9fbb..f7bb3e3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(ganeti-instance-debootstrap, 0.4, ganeti@googlegroups.com) +AC_INIT(ganeti-instance-debootstrap, 0.5, ganeti@googlegroups.com) AC_CONFIG_AUX_DIR(autotools) AC_CONFIG_SRCDIR(configure) -- 1.7.2.5