diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 10:05:58 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 10:05:58 +0000 |
commit | afb941b5eca62a119b7917fd7e833ee807bd6156 (patch) | |
tree | 195cc774a8e0a21a67bbb0fc08f6b8c59f0f442e /NEWS | |
parent | Adding debian version 1.16-2. (diff) | |
download | lzip-afb941b5eca62a119b7917fd7e833ee807bd6156.tar.xz lzip-afb941b5eca62a119b7917fd7e833ee807bd6156.zip |
Merging upstream version 1.17~pre1.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 21 |
1 files changed, 6 insertions, 15 deletions
@@ -1,17 +1,8 @@ -Changes in version 1.16: +Changes in version 1.17: -Compression ratio of option -9 has been slightly increased. +The compression code has been reorganized to ease the porting of the +fast encoder to clzip and lzlib. -Compression time has been reduced by 4%. - -"lzip -0" is now comparable in compression speed and ratio to "gzip -6". - -Copying of file dates, permissions, and ownership now behaves like "cp -p". -(If the user ID or the group ID can't be duplicated, the file permission -bits S_ISUID and S_ISGID are cleared). - -Some minor improvements have been made. - -"lzip.texinfo" has been renamed to "lzip.texi". - -The license has been changed to GPL version 2 or later. +The targets "install-compress", "install-strip-compress", +"install-info-compress" and "install-man-compress" have been added to +the Makefile. |