diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 10:05:53 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 10:05:53 +0000 |
commit | 38f9d48a0b7370eb50a55d5de4b06da954742ea9 (patch) | |
tree | b3ee914e5f53bd7eed929e2a34cdd20d7cdee3f3 /NEWS | |
parent | Adding upstream version 1.16. (diff) | |
download | lzip-38f9d48a0b7370eb50a55d5de4b06da954742ea9.tar.xz lzip-38f9d48a0b7370eb50a55d5de4b06da954742ea9.zip |
Adding upstream version 1.17~pre1.upstream/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. |