diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-07 15:54:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-07 15:54:46 +0000 |
commit | 40096590262a76e88eebba97605fade30029428a (patch) | |
tree | 41fce995ce3b2ac0824db40589e067d19122a0b0 /NEWS | |
parent | Adding upstream version 1.5. (diff) | |
download | plzip-40096590262a76e88eebba97605fade30029428a.tar.xz plzip-40096590262a76e88eebba97605fade30029428a.zip |
Adding upstream version 1.6.upstream/1.6
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 17 |
1 files changed, 6 insertions, 11 deletions
@@ -1,14 +1,9 @@ -Changes in version 1.5: +Changes in version 1.6: -The option "-a, --trailing-error", which makes plzip exit with error -status 2 if any remaining input is detected after decompressing the last -member, has been added. +The option '-l, --list' has been ported from lziprecover. -When decompressing, the file specified with the '--output' option is now -deleted if the input is a terminal. +It is now an error to specify two or more different operations in the +command line (--decompress, --list or --test). -The new chapters "Trailing data" and "Examples" have been added to the -manual. - -A harmless check failure on Windows, caused by the failed comparison of -a message in text mode, has been fixed. +In test mode, plzip now continues checking the rest of the files if any +input file is a terminal. |