summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2016-06-03 15:51:27 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2016-06-03 15:51:27 +0000
commit38cff5f25d4d9225f35375c3554fb35e9048733e (patch)
tree77a10b67d8f703d558df0fd5cc4dd7856ebe225b /NEWS
parentAdding upstream version 1.18~pre1. (diff)
downloadlzip-38cff5f25d4d9225f35375c3554fb35e9048733e.tar.xz
lzip-38cff5f25d4d9225f35375c3554fb35e9048733e.zip
Adding upstream version 1.18.upstream/1.18
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 86b75f3..0bd6dce 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,17 @@ member, has been added.
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).
+
+When decompressing, the file specified with the '--output' option is now
+deleted if the input is a terminal.
+
+Decompression support for version 0 files has been removed.
+
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.
+A harmless check failure on Windows, caused by the failed comparison of
+a message in text mode, has been fixed.