diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 10:02:58 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 10:02:58 +0000 |
commit | 9761fd14b899e8dd9a7f7d5fa10f21edc7f2679d (patch) | |
tree | 364cb7aab4247b6894ef58c85317737945e21a0c /NEWS | |
parent | Adding debian version 1.15-1. (diff) | |
download | lzip-9761fd14b899e8dd9a7f7d5fa10f21edc7f2679d.tar.xz lzip-9761fd14b899e8dd9a7f7d5fa10f21edc7f2679d.zip |
Merging upstream version 1.16~pre1.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | NEWS | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -1,13 +1,11 @@ -Changes in version 1.15: +Changes in version 1.16: -Lzip now shows the progress of compression at verbosity level 2 (-vv). +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). -Decompressing and testing no more show file version. +Compression time has been reduced by 4%. -Option "-n, --threads" is now accepted and ignored for compatibility -with plzip. +Some minor improvements have been made. -The configure script now accepts options with a separate argument. - -The chapter "Stream format" and the appendix "Reference source code" -have been added to the manual. +"lzip.texinfo" has been renamed to "lzip.texi". |