diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-06-03 15:51:30 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-06-03 15:52:13 +0000 |
commit | 26842cda16e2279235d6b27454b4390268eff32a (patch) | |
tree | 2842269e1d2332d2ee5f774e6b3be7f14adeb0c2 /NEWS | |
parent | Adding debian version 1.18~pre1-1. (diff) | |
download | lzip-26842cda16e2279235d6b27454b4390268eff32a.tar.xz lzip-26842cda16e2279235d6b27454b4390268eff32a.zip |
Merging upstream version 1.18.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -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. |