diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:25:15 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:25:15 +0000 |
commit | 30614e95829d832d1bd3038109132fe56ea085da (patch) | |
tree | c613ffcab3d7ef6c3b62e47daf127a36dd88be89 /NEWS | |
parent | Adding debian version 1.6-1. (diff) | |
download | lzip-30614e95829d832d1bd3038109132fe56ea085da.tar.xz lzip-30614e95829d832d1bd3038109132fe56ea085da.zip |
Merging upstream version 1.7.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 31 |
1 files changed, 4 insertions, 27 deletions
@@ -1,28 +1,5 @@ -Changes in version 1.6: +Changes in version 1.7: -Decompression time has been reduced by 17%. - -Decompression support for the "Sync Flush marker" from lzlib has been -added. - -Support for .tbz extension has been added to lzdiff and lzgrep. - -Man pages for lzdiff, lzgrep and lziprecover have been added to the -distribution. - -Memory use has been reduced to 9x if the input file is smaller than -dictionary size limit. - -Flush calls have been added to decompressor to allow partial recovery -of the uncompressed data when decompressing a corrupt file. - -The dependence of "--test" on the existence of "/dev/null" has been -removed. - -Some "bashisms" have been removed from lzdiff and lzgrep. - -Dictionary size for options "-1" to "-4" has been changed. - -A build problem with the Sun C++ compiler has been fixed. - -Lzdiff, lzgrep and lziprecover are now installed by default. +A bug, introduced in version 1.6, which prevents lzip from decompressing +some rare files has been fixed. The integrity checking code catches it, +so there is no risk of data loss. |