diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-25 16:01:59 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-25 16:02:34 +0000 |
commit | 33cffc3f05f0598c91c8b6b7909eb30bfa28ac0c (patch) | |
tree | c82234dd43652d896f1d1d708d84540cdde01623 /NEWS | |
parent | Adding debian version 1.8~pre1-1. (diff) | |
download | lunzip-33cffc3f05f0598c91c8b6b7909eb30bfa28ac0c.tar.xz lunzip-33cffc3f05f0598c91c8b6b7909eb30bfa28ac0c.zip |
Merging upstream version 1.8.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -1,7 +1,24 @@ Changes in version 1.8: +The option "-a, --trailing-error", which makes lunzip exit with error +status 2 if any remaining input is detected after decompressing the last +member, has been added. + Lunzip now verifies that the output file is regular when "low memory" mode is requested. +Up to 6 bytes of trailing data are printed if "-vvvv" is specified. + +The test of the value remaining in the range decoder has been removed. +(After extensive testing it has been found useless to detect corruption +in the decompressed data. Eliminating it reduces the number of false +positives for corruption and makes error detection more accurate). + +When decompressing, the file specified with the '--output' option is now +deleted if the input is a terminal. + Some error messages have been adjusted to be identical to those of -lzip-1.17. +lzip-1.18. + +A harmless check failure on Windows, caused by the failed comparison of +a message in text mode, has been fixed. |