From: Iustin Pop <[email protected]> Signed-off-by: Iustin Pop <[email protected]> --- NEWS | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS index 6fc6112..a69e14d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +Version 0.16 +------------ + +Again a small bugfix release: + +- ensure the same filesystem is used consistently throughout the code + (issue 1175); previously only the create script was paying attention + to `OSP_FILESYSTEM` +- fix compatibility with sfdisk version 2.26 and later (Ubuntu bug + LP#1577346) +- improve checks for required programs at configure time +- change default distribution to Jessie and increase minimum accepted + disk size from 256MiB to 512MiB +- add a small test suite to allow for easier integration testing with + distributions + Version 0.15 ------------ diff --git a/configure.ac b/configure.ac index 6c09749..040efb3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(ganeti-instance-debootstrap, 0.15, [email protected]) +AC_INIT(ganeti-instance-debootstrap, 0.16, [email protected]) AC_CONFIG_AUX_DIR(autotools) AC_CONFIG_SRCDIR(configure) -- 2.8.1
