diff --git a/NEWS b/NEWS index 05077cb..7279156 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/configure.ac b/configure.ac index 31b1524..09ac61e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(Lhasa, 0.2.0, fraggle@gmail.com, lhasa) +AC_INIT(Lhasa, 0.3.0, fraggle@gmail.com, lhasa) AC_CONFIG_AUX_DIR(autotools) AM_INIT_AUTOMAKE([no-define])