From baa87c84edd812698e37703a897a4a40323b70e4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 3 May 2020 17:08:43 +0200 Subject: Merging upstream version 0.5. Signed-off-by: Daniel Baumann --- NEWS | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 7a8f067..abe699b 100644 --- a/NEWS +++ b/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. -- cgit v1.2.3