diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-06-01 14:15:38 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-06-01 14:15:38 +0000 |
commit | b74ecd2cc2094c9644123e48ac3e2400fd8a3674 (patch) | |
tree | 8dbdba84d3f38fb2ea33a5f18fea7d42d16e3f8d /NEWS | |
parent | Adding upstream version 1.4. (diff) | |
download | plzip-b74ecd2cc2094c9644123e48ac3e2400fd8a3674.tar.xz plzip-b74ecd2cc2094c9644123e48ac3e2400fd8a3674.zip |
Adding upstream version 1.5.upstream/1.5
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -1,5 +1,14 @@ -Changes in version 1.4: +Changes in version 1.5: -The option "-0" has been modified to use the new fast encoder of lzlib -1.7, which achieves a compression speed and ratio comparable to those of -pigz's default compression level. +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. + +When decompressing, the file specified with the '--output' option is now +deleted if the input is a terminal. + +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. |