diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:47:56 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:47:56 +0000 |
commit | 1f98801df36334e9e0d80e3db19247a5c65c9bf4 (patch) | |
tree | 89834a124bab1d1fddc206946271a648ba4352d4 /NEWS | |
parent | Adding upstream version 1.7. (diff) | |
download | lzip-1f98801df36334e9e0d80e3db19247a5c65c9bf4.tar.xz lzip-1f98801df36334e9e0d80e3db19247a5c65c9bf4.zip |
Adding upstream version 1.8.upstream/1.8
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,5 +1,8 @@ -Changes in version 1.7: +Changes in version 1.8: -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. +Compression time has been reduced by 4%. + +Lzdiff and lzgrep have been moved to the new package zutils. + +Compilation warnings on sistems where uint32_t != unsigned int have been +fixed. |