From bda8d4d89afcbe7a66f9a1ade509748fbc222d9b Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 17 May 2012 23:16:48 +0100 Subject: [PATCH] Bump version to 0.0.6, update NEWS. --- NEWS | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 327e065..62899ab 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,20 @@ +v0.0.6 (2012-05-17): + + * When the -w option is used during extraction, the path specified + is now first created if it does not already exist. + * The command line tool now exits with a failure return code if an + error occurs during extraction. + * A "catch-all" header file (lhasa.h) has been added. + * The public header files installed with the library can now be + included and used externally. + * A pkgconfig file is now installed as part of the library + (thanks Jan Engelhardt). + * Make targets have been added for building Doxygen documentation + and including them as part of the distribution. + v0.0.5 (2012-05-08): + * Architecture-specific functions for running on Windows have now been fully implemented, and the command line tool passes all tests in the test suite on Windows (thanks roytam1 for bug reports). diff --git a/configure.ac b/configure.ac index 1c60bd5..7667922 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(Lhasa, 0.0.5, fraggle@gmail.com, lhasa) +AC_INIT(Lhasa, 0.0.6, fraggle@gmail.com, lhasa) AC_CONFIG_AUX_DIR(autotools) AM_INIT_AUTOMAKE($PACKAGE_TARNAME, $PACKAGE_VERSION, no-define)