diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 11:45:06 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 11:45:06 +0000 |
commit | 1ed437c55879912627b4f4fcd02cf07866cb48bb (patch) | |
tree | f418c22c84311ba379b907dd2bcf317ddb08a239 /NEWS | |
parent | Adding upstream version 1.15. (diff) | |
download | lziprecover-1ed437c55879912627b4f4fcd02cf07866cb48bb.tar.xz lziprecover-1ed437c55879912627b4f4fcd02cf07866cb48bb.zip |
Adding upstream version 1.16~pre1.upstream/1.16_pre1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -1,10 +1,9 @@ -Changes in version 1.15: +Changes in version 1.16: -Lziprecover can now repair multi-member files with up to one byte error -per member, without having to split them first. +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). -Lziprecover can now merge multi-member files without having to split -them first even if some copies have the header and the trailer damaged. +Some minor improvements have been made. -The chapters "Repairing files", "Merging files" and "Unzcrash" have been -added to the manual. +"lziprecover.texinfo" has been renamed to "lziprecover.texi". |