summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2017-05-07 15:54:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2017-05-07 15:54:11 +0000
commitdac2da3cad2b85b72b20d2617ee00fef158a9a5a (patch)
tree0f85968e5cefb482ad0e474190a22209b11bec83 /NEWS
parentAdding upstream version 1.7. (diff)
downloadpdlzip-dac2da3cad2b85b72b20d2617ee00fef158a9a5a.tar.xz
pdlzip-dac2da3cad2b85b72b20d2617ee00fef158a9a5a.zip
Adding upstream version 1.8.upstream/1.8
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 4 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index 5ffa79b..e1cbb03 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,6 @@
-Changes in version 1.7:
+Changes in version 1.8:
-The option "-a, --trailing-error", which makes pdlzip exit with error
-status 2 if any remaining input is detected after decompressing the last
-member, has been added.
+In test mode, pdlzip now continues checking the rest of the files if any
+input file is a terminal.
-When decompressing, the file specified with the '--output' option is now
-deleted if the input is a terminal.
-
-A harmless check failure on Windows, caused by the failed comparison of
-a message in text mode, has been fixed.
+Trailing data shorter than a lzip header are now also reported.