Skip to content

Commit

Permalink
Update NEWS, bump version number.
Browse files Browse the repository at this point in the history
Update to v0.3.0.
  • Loading branch information
fragglet committed Apr 20, 2015
1 parent abf740c commit 2a6cc7f
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,3 +1,15 @@
v0.3.0 (2015-??-??):

* PMarc -pm1- archives that contain truncated compressed data (the
decompressed length is longer than what can be read from the
compressed data) now decompress as intended. Certain archives
in the wild make the assumption that this can be done.
* LArc -lz5- archives that make use of the initial history buffer
now decompress correctly.
* The tests no longer use predictable temporary paths (thanks Jon
Dowland).
* Tests were fixed under OS X.

v0.2.0 (2013-08-04):

* Decompression of archives using the -lhx- file format supported by
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.2.0, [email protected], lhasa)
AC_INIT(Lhasa, 0.3.0, [email protected], lhasa)
AC_CONFIG_AUX_DIR(autotools)

AM_INIT_AUTOMAKE([no-define])
Expand Down

0 comments on commit 2a6cc7f

Please sign in to comment.