summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-01-04 10:51:39 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-01-04 10:51:39 +0000
commit3508c9cbbf5d2ab24c9a7036c4abf8fa06745e9e (patch)
tree20c02cb4833271c0f66b4a7cd1b84165293eb097 /NEWS
parentAdding upstream version 1.10. (diff)
downloadlunzip-3508c9cbbf5d2ab24c9a7036c4abf8fa06745e9e.tar.xz
lunzip-3508c9cbbf5d2ab24c9a7036c4abf8fa06745e9e.zip
Adding upstream version 1.11.upstream/1.11
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS36
1 files changed, 9 insertions, 27 deletions
diff --git a/NEWS b/NEWS
index cd904d7..d49ddba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,32 +1,14 @@
-Changes in version 1.10:
+Changes in version 1.11:
-The option '--loose-trailing', has been added.
+Detection of forbidden combinations of characters in trailing data has
+been improved.
-The test used by lunzip to discriminate trailing data from a corrupt
-header in multimember or concatenated files has been improved to a
-Hamming distance (HD) of 3, and the 3 bit flips must happen in different
-magic bytes for the test to fail. As a consequence some kinds of files
-no longer can be appended to a lzip file as trailing data unless the
-'--loose-trailing' option is used when decompressing.
-Lziprecover can be used to remove conflicting trailing data from a file.
+Errors are now also checked when closing the input file.
-The contents of a corrupt or truncated header found in a multimember
-file is now shown, after the error message, in the same format as
-trailing data.
+Lunzip now compiles on DOS with DJGPP. (Patch from Robert Riebisch).
-The 'bits/byte' ratio has been replaced with the inverse compression
-ratio in the output.
+The configure script now accepts appending options to CFLAGS using the
+syntax 'CFLAGS+=OPTIONS'.
-The progress of decompression is now shown at verbosity level 2 (-vv) or
-higher.
-
-Progress of decompression is only shown if stderr is a terminal.
-
-A final diagnostic is now shown at verbosity level 1 (-v) or higher if
-any file fails the test when testing multiple files.
-
-In case of (de)compressed size mismatch, the stored size is now also
-shown in hexadecimal to ease visual comparison.
-
-The dictionary size is now shown at verbosity level 4 (-vvvv) when
-decompressing or testing.
+It has been documented in INSTALL the use of
+CFLAGS+='-D __USE_MINGW_ANSI_STDIO' when compiling on MinGW.