Merging upstream version 0.5.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
2365d73c24
commit
caa83acf9d
25 changed files with 264 additions and 251 deletions
25
NEWS
25
NEWS
|
@ -1,13 +1,22 @@
|
|||
Changes in version 0.4:
|
||||
Changes in version 0.5:
|
||||
|
||||
The lzip_decompress module has been updated to version 4.18.1-2.
|
||||
The lzip_decompress module has been updated to version 5.4.18.
|
||||
|
||||
A harmless warning on 32 bit systems has been fixed.
|
||||
Xlunzip now reports an error if a file name is empty (xlunzip -t "").
|
||||
|
||||
Large amounts of trailing zeros are now skipped more efficiently when
|
||||
decompressing or testing in place.
|
||||
The words 'decompressed' and 'compressed' have been replaced with the
|
||||
shorter 'out' and 'in' in the verbose output when decompressing or testing.
|
||||
|
||||
Errors are now also checked when closing the input file.
|
||||
Decompression speed has been slightly increased.
|
||||
|
||||
It has been documented in INSTALL the use of '-D __USE_MINGW_ANSI_STDIO'
|
||||
when compiling on MinGW.
|
||||
A compilation error with GCC 10 has been fixed. (Reported by Daniel Baumann).
|
||||
|
||||
The commands needed to extract files from a tar.lz archive have been
|
||||
documented in the output of '--help' and in the man page.
|
||||
|
||||
Xlunzip now compiles on DOS with DJGPP. (Patch from Robert Riebisch).
|
||||
|
||||
The configure script now accepts appending options to CFLAGS using the
|
||||
syntax 'CFLAGS+=OPTIONS'.
|
||||
|
||||
9 new test files have been added to the testsuite.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue