Skip to content

Commit

Permalink
Bump version to 0.0.6, update NEWS.
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed May 17, 2012
1 parent 0dfd3d1 commit bda8d4d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(Lhasa, 0.0.5, [email protected], lhasa)
AC_INIT(Lhasa, 0.0.6, [email protected], lhasa)
AC_CONFIG_AUX_DIR(autotools)

AM_INIT_AUTOMAKE($PACKAGE_TARNAME, $PACKAGE_VERSION, no-define)
Expand Down

0 comments on commit bda8d4d

Please sign in to comment.