diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-01-27 16:15:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-01-27 16:16:23 +0000 |
commit | 9fc73afc00c20648a602f45dc1df4843a9008f9b (patch) | |
tree | 2c070102903504b15e16613ae2fb5debb0740a78 /NEWS | |
parent | Releasing debian version 1.9-1. (diff) | |
download | zutils-9fc73afc00c20648a602f45dc1df4843a9008f9b.tar.xz zutils-9fc73afc00c20648a602f45dc1df4843a9008f9b.zip |
Merging upstream version 1.10.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 39 |
1 files changed, 6 insertions, 33 deletions
@@ -1,36 +1,9 @@ -Changes in version 1.9: +Changes in version 1.10: -zcmp anf zdiff now meet the POSIX requirement for cmp and diff that the -standard input shall be used only if the file1 or file2 operand refers to -standard input. +A portability issue with Solaris 10 has been fixed. -zdiff now passes the options '-W' and '-y' to diff. (But it only works if -the diff program used supports them). +It has been documented in the manual that 'zgrep -L' fails with GNU grep +versions 3.2 to 3.4 inclusive because of a wrong change reverted in GNU grep +3.5. -Bzip2 and lzip files are now detected better. -('echo LZIP | zcat' and 'echo BZh5 | zcat' no longer return an error). - -ztest now continues checking the rest of the files if any input file is a -terminal. - -'ztest -v' now prints the number of files that failed the test (like lzip). - -zcat, zgrep, and ztest now check for errors when closing the input file in -addition to checking when closing the input from the decompressor. - -Trailing data remaining in the data feeder to the decompressor are now -correctly ignored. - -zupdate has been modified to support the new behavior of lzip 1.22's option -'-o' while retaining: -perfect backwards compatibility with older versions of lzip down to 1.20, -good backwards compatibility with older versions of lzip down to 1.11, -acceptable backwards compatibility with older versions of lzip down to 1.4. - -zupdate now keeps combined extensions: tgz, tbz, tbz2, txz --> tlz. -This is useful when recompressing Slackware packages, for example. - -zupdate now puts single quotes around file names when calling zcmp to allow -file names with spaces. (But putting spaces in file names is a bad idea). - -The descriptions of zcat, zcmp, and zdiff have been improved. +'make check' now tests empty input files with all tools except zupdate. |