diff options
Diffstat (limited to '')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -7,4 +7,11 @@ Decompressor options (-c, -d, -k, -t) have been implemented in lziprecover so that a external decompressor is not needed for recovery nor for "make check". +The new option "-D, --range-decompress" which extracts a range of bytes +decompressing only the members containing the desired data, has been +added. + +The new option "-l, --list" which prints correct total file sizes and +ratios even for multimember files, has been added. + "--merge" and "--repair" now remove the output file if recovery fails. |