Skip to content

Commit

Permalink
Bump version to 0.0.5, update NEWS.
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed May 7, 2012
1 parent 6d6407b commit 73c94ae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

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).
* Bug fixed where the command line tool would enter an infinite loop
when extracting a truncated archive (thanks Jon Dowland).
* Support added for archives with level 0 headers and Unix path
separators (thanks roytam1).
* The test suite now runs correctly outside of the Europe/London time
zone (thanks Thomas Klausner).
* A .spec file is now included for building rpm packages.

v0.0.4 (2012-05-01):

* Special handling is now included for MacBinary headers generated
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.4, fraggle@gmail.com, lhasa)
AC_INIT(Lhasa, 0.0.5, fraggle@gmail.com, lhasa)
AC_CONFIG_AUX_DIR(autotools)

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

0 comments on commit 73c94ae

Please sign in to comment.