2025-02-24 05:59:37 +01:00
|
|
|
Changes in version 1.9:
|
2025-02-24 04:42:45 +01:00
|
|
|
|
2025-02-24 05:59:37 +01:00
|
|
|
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.
|
2025-02-24 05:58:06 +01:00
|
|
|
|
2025-02-24 05:59:37 +01:00
|
|
|
zdiff now passes the options '-W' and '-y' to diff. (But it only works if
|
|
|
|
the diff program used supports them).
|
2025-02-24 05:58:06 +01:00
|
|
|
|
2025-02-24 05:59:37 +01:00
|
|
|
Bzip2 and lzip files are now detected better.
|
|
|
|
('echo LZIP | zcat' and 'echo BZh5 | zcat' no longer return an error).
|
2025-02-24 05:58:06 +01:00
|
|
|
|
2025-02-24 05:59:37 +01:00
|
|
|
ztest now continues checking the rest of the files if any input file is a
|
|
|
|
terminal.
|
2025-02-24 05:58:06 +01:00
|
|
|
|
2025-02-24 05:59:37 +01:00
|
|
|
'ztest -v' now prints the number of files that failed the test (like lzip).
|
2025-02-24 05:58:06 +01:00
|
|
|
|
2025-02-24 05:59:37 +01:00
|
|
|
zcat, zgrep, and ztest now check for errors when closing the input file in
|
|
|
|
addition to checking when closing the input from the decompressor.
|
2025-02-24 05:58:06 +01:00
|
|
|
|
2025-02-24 05:59:37 +01:00
|
|
|
Trailing data remaining in the data feeder to the decompressor are now
|
|
|
|
correctly ignored.
|
2025-02-24 05:58:06 +01:00
|
|
|
|
2025-02-24 05:59:37 +01:00
|
|
|
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.
|
2025-02-24 05:58:06 +01:00
|
|
|
|
2025-02-24 05:59:37 +01:00
|
|
|
zupdate now keeps combined extensions: tgz, tbz, tbz2, txz --> tlz.
|
|
|
|
This is useful when recompressing Slackware packages, for example.
|
2025-02-24 05:58:06 +01:00
|
|
|
|
2025-02-24 05:59:37 +01:00
|
|
|
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).
|
2025-02-24 05:58:06 +01:00
|
|
|
|
2025-02-24 05:59:37 +01:00
|
|
|
The descriptions of zcat, zcmp, and zdiff have been improved.
|