summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 17 insertions, 8 deletions
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.