1
0
Fork 0

Merging upstream version 0.4.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 22:49:41 +01:00
parent 8cd96d68e4
commit 5aa3c6bba7
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
14 changed files with 114 additions and 72 deletions

14
NEWS
View file

@ -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.