summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-30 08:55:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-30 08:55:09 +0000
commit9f81e66fc3db2005d673efb81d752ed166575a4e (patch)
tree48c1ccffb414aa445d17a33b6dd6b2825b367f16 /NEWS
parentAdding upstream version 1.11. (diff)
downloadplzip-9f81e66fc3db2005d673efb81d752ed166575a4e.tar.xz
plzip-9f81e66fc3db2005d673efb81d752ed166575a4e.zip
Adding upstream version 1.12~rc1.upstream/1.12_rc1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 5 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index 3a2ef98..71f3440 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,8 @@
-Changes in version 1.11:
+Changes in version 1.12:
-File diagnostics have been reformatted as 'PROGRAM: FILE: MESSAGE'.
+plzip now exits with error status 2 if any empty member is found in a
+multimember file.
-Diagnostics caused by invalid arguments to command-line options now show the
-argument and the name of the option.
+Scalability when decompressing to standard output has been increased.
-The option '-o, --output' now preserves dates, permissions, and ownership of
-the file when (de)compressing exactly one file.
-
-The option '-o, --output' now creates missing intermediate directories when
-writing to a file.
-
-The variable MAKEINFO has been added to configure and Makefile.in.
+The chapter 'Syntax of command-line arguments' has been added to the manual.