diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-07 15:50:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-07 15:50:41 +0000 |
commit | c3bc07039aef7d65e309400a1ed304e6ee6ea070 (patch) | |
tree | 5974ec53352123e53a8ec06839e855e5828619c2 /NEWS | |
parent | Releasing debian version 1.8-5. (diff) | |
download | lunzip-c3bc07039aef7d65e309400a1ed304e6ee6ea070.tar.xz lunzip-c3bc07039aef7d65e309400a1ed304e6ee6ea070.zip |
Merging upstream version 1.9.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 28 |
1 files changed, 9 insertions, 19 deletions
@@ -1,24 +1,14 @@ -Changes in version 1.8: +Changes in version 1.9: -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. +The option '-l, --list' has been ported from lziprecover. -Lunzip now verifies that the output file is regular when "low memory" -mode is requested. +It is now an error to specify two or more different operations in the +command line (--decompress, --list or --test). -Up to 6 bytes of trailing data are printed if "-vvvv" is specified. +Decompression time has been reduced by 7%. -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). +In test mode, lunzip now continues checking the rest of the files if any +input file is a terminal. -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.18. - -A harmless check failure on Windows, caused by the failed comparison of -a message in text mode, has been fixed. +Trailing data are now shown both in hexadecimal and as a string of +printable ASCII characters. |