diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-21 16:09:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-21 16:09:59 +0000 |
commit | 4723024d2474cf9686b4c8e88b738c6b04c44d3a (patch) | |
tree | 9d113f1b558b667febf14629bb05ff5cf552cba6 /NEWS | |
parent | Adding upstream version 1.12. (diff) | |
download | lunzip-4723024d2474cf9686b4c8e88b738c6b04c44d3a.tar.xz lunzip-4723024d2474cf9686b4c8e88b738c6b04c44d3a.zip |
Adding upstream version 1.13.upstream/1.13
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 30 |
1 files changed, 4 insertions, 26 deletions
@@ -1,28 +1,6 @@ -Changes in version 1.12: +Changes in version 1.13: -Lunzip now reports an error if a file name is empty (lunzip -t ""). +Decompression time has been reduced by 5-12% depending on the file. -Option '-o, --output' now behaves like '-c, --stdout', but sending the -output unconditionally to a file instead of to standard output. See the new -description of '-o' in the manual. This change is backwards compatible only -when decompressing from standard input alone. Therefore commands like: - lunzip -d -o foo - bar.lz < foo.lz -must now be split into: - lunzip -d -o foo - < foo.lz - lunzip -d bar.lz -or rewritten as: - lunzip -d - bar.lz < foo.lz > foo - -Lunzip now does not even open the output file if the input file is a terminal. - -The words 'decompressed' and 'compressed' have been replaced with the -shorter 'out' and 'in' in the verbose output when decompressing or testing. - -Option '--list' now reports corruption or truncation of the last header in a -multimenber file specifically instead of showing the generic message "Last -member in input file is truncated or corrupt." - -The commands needed to extract files from a tar.lz archive have been -documented in the output of '--help' and in the man page. - -9 new test files have been added to the testsuite. +In case of error in a numerical argument to a command line option, lunzip +now shows the name of the option and the range of valid values. |