diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 10:22:32 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 10:22:32 +0000 |
commit | 7c992c46b409a1ad70c1fc25208daa90ced34370 (patch) | |
tree | 06ea2bf4af8c04cb94273ccc9e3f272352a87128 /NEWS | |
parent | Adding upstream version 1.14~rc2. (diff) | |
download | lziprecover-7c992c46b409a1ad70c1fc25208daa90ced34370.tar.xz lziprecover-7c992c46b409a1ad70c1fc25208daa90ced34370.zip |
Adding upstream version 1.14~rc3.upstream/1.14_rc3
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,10 +1,20 @@ Changes in version 1.14: +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. + Option "-l, --list" now accepts more than one file. Decompression time has been reduced by 12%. -File version is now shown only if verbosity >= 4. +"--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. The target "install-as-lzip" has been added to the Makefile. |