From: "Zeeshan Ali (Khattak)" <[email protected]> --- NEWS | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletions(-)
diff --git a/NEWS b/NEWS index 7c8183e..5e4bd2d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +0.0.2 +===== + +Changes since 0.0.1: + +- Improved media detection for Fedora and Windows 7. +- More complete documentation. +- Fix configure script to not require 'check' when tests are disabled. +- More automated documentation generation. +- Add Fedora 16 metadata. +- Recommend 9 GiB storage for Fedora 14-16. + +All contributors: + +Christophe Fergeau <[email protected]> +Zeeshan Ali (Khattak) <[email protected]> + 0.0.1 ===== diff --git a/configure.ac b/configure.ac index 8d635ec..634ea0f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libosinfo], [0.0.1], [[email protected]]) +AC_INIT([libosinfo], [0.0.2], [[email protected]]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.11.1 foreign color-tests]) -- 1.7.7.1 _______________________________________________ virt-tools-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-tools-list
