Skip to content

Commit

Permalink
Update NEWS, bump to v0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed Aug 3, 2013
1 parent 611e2fd commit 0758acb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
v0.2.0 (2013-08-04):

* Decompression of archives using the -lhx- file format supported by
unlha32.dll is now supported (thanks Multi for the patch).
* The -p (print to stdout) command line option is now supported.
* The test suite should now run correctly on Windows.

Bugs fixed:
* Bug where archives read from pipes (eg. stdin) were not extracted
beyond the first file in the archive.
* Output when using the -w (extract directory) option now correctly
matches the output of Unix lha.

v0.1.0 (2013-03-16):

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.1.0, [email protected], lhasa)
AC_INIT(Lhasa, 0.2.0, [email protected], lhasa)
AC_CONFIG_AUX_DIR(autotools)

AM_INIT_AUTOMAKE([no-define])
Expand Down

0 comments on commit 0758acb

Please sign in to comment.