diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-07 15:51:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-07 15:51:58 +0000 |
commit | de466aac7b9c2010f3393470cc4825c2dfb0cc54 (patch) | |
tree | 4e2cbe6852242de4834c67e23df37ea36e548b9f /NEWS | |
parent | Releasing debian version 1.18-5. (diff) | |
download | lzip-de466aac7b9c2010f3393470cc4825c2dfb0cc54.tar.xz lzip-de466aac7b9c2010f3393470cc4825c2dfb0cc54.zip |
Merging upstream version 1.19.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 26 |
1 files changed, 10 insertions, 16 deletions
@@ -1,22 +1,16 @@ -Changes in version 1.18: +Changes in version 1.19: -The option "-a, --trailing-error", which makes lzip 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. -Decompression time has been reduced by 2%. - -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). +It is now an error to specify two or more different operations in the +command line (--decompress, --list or --test). -When decompressing, the file specified with the '--output' option is now -deleted if the input is a terminal. +Compression time of option '-0' has been slightly reduced. -Decompression support for version 0 files has been removed. +Decompression time has been reduced by 2%. -The new chapter "Trailing data" has been added to the manual. +In test mode, lzip now continues checking the rest of the files if any +input file is a terminal. -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. |