diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:23:06 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:23:06 +0000 |
commit | 4b650df10dcb0f7aa36b40f517e3ddb85b1198e4 (patch) | |
tree | 41c04636a5e74aa432e5f44d5904e805cae51790 /NEWS | |
parent | Adding debian version 1.6~pre1-1. (diff) | |
download | lzip-4b650df10dcb0f7aa36b40f517e3ddb85b1198e4.tar.xz lzip-4b650df10dcb0f7aa36b40f517e3ddb85b1198e4.zip |
Merging upstream version 1.6~pre2.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ Changes in version 1.6: +Decompression time has been reduced by 17%. + +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. |