summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-09-24 12:33:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-09-24 12:33:59 +0000
commit49939235e7e9dc44be30d428909a83bcb6893222 (patch)
treeb08fea28574729e30050cd927b0abe77d39d8345 /NEWS
parentAdding upstream version 0.3. (diff)
downloadxlunzip-49939235e7e9dc44be30d428909a83bcb6893222.tar.xz
xlunzip-49939235e7e9dc44be30d428909a83bcb6893222.zip
Adding upstream version 0.4.upstream/0.4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 8 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 47d2d69..7a8f067 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,13 @@
-Changes in version 0.3:
+Changes in version 0.4:
-lzip_decompress module updated to version 4.14.40-3.
+The lzip_decompress module has been updated to version 4.18.1-2.
-Use a precalculated CRC table as lzlib does.
+A harmless warning on 32 bit systems has been fixed.
-Improved corrupt header detection to HD=3.
+Large amounts of trailing zeros are now skipped more efficiently when
+decompressing or testing in place.
-'--in-place' now works with both '--decompress' and '--test'.
+Errors are now also checked when closing the input file.
-Show final diagnostic when testing multiple files.
+It has been documented in INSTALL the use of '-D __USE_MINGW_ANSI_STDIO'
+when compiling on MinGW.