diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-05-03 15:08:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-05-03 15:08:43 +0000 |
commit | baa87c84edd812698e37703a897a4a40323b70e4 (patch) | |
tree | 2f24a127737c770262cafd56fc537c8994172814 /NEWS | |
parent | Releasing debian version 0.4-9. (diff) | |
download | xlunzip-baa87c84edd812698e37703a897a4a40323b70e4.tar.xz xlunzip-baa87c84edd812698e37703a897a4a40323b70e4.zip |
Merging upstream version 0.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 25 |
1 files changed, 17 insertions, 8 deletions
@@ -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. |