diff options
Diffstat (limited to '')
-rw-r--r-- | NEWS | 27 |
1 files changed, 7 insertions, 20 deletions
@@ -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. |