From b1aab60d515050a32bc5764d0106aa01c10a4c0d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 4 Dec 2024 04:34:45 +0100 Subject: Merging upstream version 1.25~rc1. Signed-off-by: Daniel Baumann --- NEWS | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) (limited to 'NEWS') 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. -- cgit v1.2.3