diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 10:09:39 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 10:09:39 +0000 |
commit | e0f3176a18dc8b14ca249e80f84bc0c36b1d5579 (patch) | |
tree | ca01d00df2874401078a37d493dfdf587ad9c514 /NEWS | |
parent | Adding debian version 1.17-1. (diff) | |
download | lzip-e0f3176a18dc8b14ca249e80f84bc0c36b1d5579.tar.xz lzip-e0f3176a18dc8b14ca249e80f84bc0c36b1d5579.zip |
Merging upstream version 1.18~pre1.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -1,10 +1,12 @@ -Changes in version 1.17: +Changes in version 1.18: -The compression code has been reorganized to ease the porting of the -fast encoder to clzip and lzlib. +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 chapter "Quality assurance" has been added to the manual. +Decompression time has been reduced by 2%. -The targets "install-compress", "install-strip-compress", -"install-info-compress" and "install-man-compress" have been added to -the Makefile. +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. |