diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 12:54:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 12:54:40 +0000 |
commit | 47d9004eff8861813477ed571350f7cd83ea4fd4 (patch) | |
tree | f909edd49006917e1d3cdae838ca56f5fa7fc9ff /NEWS | |
parent | Initial commit. (diff) | |
download | lunzip-47d9004eff8861813477ed571350f7cd83ea4fd4.tar.xz lunzip-47d9004eff8861813477ed571350f7cd83ea4fd4.zip |
Adding upstream version 1.14.upstream/1.14upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -0,0 +1,24 @@ +Changes in version 1.14: + +The option '--empty-error', which forces exit status 2 if any empty member +is found, has been added. + +The option '--marking-error', which forces exit status 2 if the first LZMA +byte is non-zero in any member, has been added. + +File diagnostics have been reformatted as 'PROGRAM: FILE: MESSAGE'. + +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 decompressing 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. + +It has been documented in INSTALL that when choosing a C standard, the POSIX +features need to be enabled explicitly: + ./configure CFLAGS+='--std=c99 -D_XOPEN_SOURCE=500' |