diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 11:53:09 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 11:53:09 +0000 |
commit | 746479a2d915d02f6f02ec508202afb1face7c2b (patch) | |
tree | 1d26867f949791b0e2ba99246aa252f02e693cef /NEWS | |
parent | Adding debian version 1.18~pre1-1. (diff) | |
download | lziprecover-746479a2d915d02f6f02ec508202afb1face7c2b.tar.xz lziprecover-746479a2d915d02f6f02ec508202afb1face7c2b.zip |
Merging upstream version 1.18~pre2.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -7,5 +7,21 @@ attempting to repair it. errors in these bytes sometimes can't be detected until the end of the member. +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 new option "-x, --show-packets", which shows the LZMA packets (coding sequences) coded in a given file, has been added. + +Decompression time has been reduced by 2%. + +Up to 6 bytes of trailing data are printed when "-tvvvv" is specified. + +Dictionary size and size of trailing data (if any) are printed when +"-lv" is specified. + +The new chapter "Trailing data" has been added to the manual. + +Fixed a harmless check failure on Windows caused by the failed +comparison of a message in text mode. |