1
0
Fork 0

Adding upstream version 1.15~pre1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-21 11:16:33 +01:00
parent c78d56fd7a
commit 0ff20a5602
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
36 changed files with 793 additions and 495 deletions

27
NEWS
View file

@ -1,23 +1,10 @@
Changes in version 1.14:
Changes in version 1.15:
The new option "-i, --ignore-errors", which in conjunction with "-D"
decompresses all the recoverable data in all members of a file without
having to split it first, has been added.
Lziprecover can now repair multi-member files with up to one byte error
per member, without having to split them first.
Option "-l, --list" now accepts more than one file.
Lziprecover can now merge multi-member files without having to split
them first even if some copies have the header and the trailer damaged.
Decompression time has been reduced by 12%.
"--split" now uses as few digits as possible in the names of the files
produced, depending on the number of members in the input file.
"--split" in verbose mode now shows the names of files being created.
When decompressing or testing, file version is now shown only if
verbosity >= 4.
"configure" now accepts options with a separate argument.
The target "install-as-lzip" has been added to the Makefile.
The target "install-bin" has been added to the Makefile.
The chapters "Repairing Files" and "Merging Files" have been added to
the manual.