diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-07 15:49:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-07 15:49:03 +0000 |
commit | 1adf9f41888bd0630227a02cf387f6b5d9a13227 (patch) | |
tree | 6eb2672c16756c89f04790466061ce12e9b46f86 /NEWS | |
parent | Adding upstream version 1.8. (diff) | |
download | clzip-1adf9f41888bd0630227a02cf387f6b5d9a13227.tar.xz clzip-1adf9f41888bd0630227a02cf387f6b5d9a13227.zip |
Adding upstream version 1.9.upstream/1.9
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -1,21 +1,21 @@ -Changes in version 1.8: +Changes in version 1.9: -The option "-a, --trailing-error", which makes clzip 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. -When decompressing or testing, up to 6 bytes of trailing data are -printed if "-vvvv" is specified. +It is now an error to specify two or more different operations in the +command line (--decompress, --list or --test). -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). +Compression time of option '-0' has been reduced by 6%. -When decompressing, the file specified with the '--output' option is now -deleted if the input is a terminal. +Compression time of options '-1' to '-9' has been reduced by 1%. -The new chapter "Trailing data" has been added to the manual. +Decompression time has been reduced by 7%. -A harmless check failure on Windows, caused by the failed comparison of -a message in text mode, has been fixed. +In test mode, clzip now continues checking the rest of the files if any +input file is a terminal. + +Trailing data are now shown both in hexadecimal and as a string of +printable ASCII characters. + +Three missing chapters have been added to the manual, which now contains +all the chapters of the lzip manual. |