summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2017-05-07 15:53:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2017-05-07 15:53:50 +0000
commite2ee645667b471ed0171632bf0a5eb8ed9ae686c (patch)
tree28ee7e44cf26bac7727594aa85a7d9a7d13f9d27 /NEWS
parentReleasing debian version 1.8-5. (diff)
downloadlzlib-e2ee645667b471ed0171632bf0a5eb8ed9ae686c.tar.xz
lzlib-e2ee645667b471ed0171632bf0a5eb8ed9ae686c.zip
Merging upstream version 1.9.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 8 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index e60b1bd..111a899 100644
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,12 @@
-Changes in version 1.8:
+Changes in version 1.9:
-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 3%.
-The option "-a, --trailing-error", which makes minilzip exit with error
-status 2 if any remaining input is detected after decompressing the last
-member, has been added.
+Compression time of options '-1' to '-9' has been reduced by 1%.
-When decompressing with minilzip, the file specified with the '--output'
-option is now deleted if the input is a terminal.
+Decompression time has been reduced by 3%.
-A harmless check failure on Windows, caused by the failed comparison of
-a message in text mode, has been fixed.
+In test mode, minilzip now continues checking the rest of the files if
+any input file is a terminal.
+
+The license of the library has been changed to "2-clause BSD".