summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-12-04 03:34:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-12-04 03:34:45 +0000
commitb1aab60d515050a32bc5764d0106aa01c10a4c0d (patch)
treef8704120bc97b8080b0d88a478dbaf665cb5145a /NEWS
parentReleasing debian version 1.24.1-2. (diff)
downloadlzip-b1aab60d515050a32bc5764d0106aa01c10a4c0d.tar.xz
lzip-b1aab60d515050a32bc5764d0106aa01c10a4c0d.zip
Merging upstream version 1.25~rc1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 7 insertions, 16 deletions
diff --git a/NEWS b/NEWS
index 9a97821..8df4559 100644
--- a/NEWS
+++ b/NEWS
@@ -1,20 +1,11 @@
-Changes in version 1.24:
+Changes in version 1.25:
-The option '--empty-error', which forces exit status 2 if any empty member
-is found, has been added.
+lzip now exits with error status 2 if any empty member is found in a
+multimember file.
-The option '--marking-error', which forces exit status 2 if the first LZMA
-byte is non-zero in any member, has been added.
+lzip now exits with error status 2 if the first byte of the LZMA stream is
+not 0.
-File diagnostics have been reformatted as 'PROGRAM: FILE: MESSAGE'.
+Options '--empty-error' and '--marking-error' have been removed.
-Diagnostics caused by invalid arguments to command-line options now show the
-argument and the name of the option.
-
-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.