diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-04-10 15:19:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-04-10 15:19:00 +0000 |
commit | 6e01d7d8f65270f174ed4f161a5292aa5b89be0c (patch) | |
tree | b73c1aad1d4cf13aad03fb2764f8123f266d27b4 /NEWS | |
parent | Releasing debian version 1.5-5. (diff) | |
download | zutils-6e01d7d8f65270f174ed4f161a5292aa5b89be0c.tar.xz zutils-6e01d7d8f65270f174ed4f161a5292aa5b89be0c.zip |
Merging upstream version 1.6.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -1,9 +1,6 @@ -Changes in version 1.5: +Changes in version 1.6: -zupdate now passes '-q' to zcmp if specified. +zcmp now accepts the 'B' suffix in the values of '--ignore-initial' as +in '--ignore-initial=1kB:1234B'. -zcat, zgrep and ztest no longer read from standard input more than once -if '-' is specified multiple times. - -zdiff now uses '_' as separator if both temporary file names are -otherwise different. For example 'xxx_file.lz' and 'xxx_file.gz'. +The input filename is now shown in more error messages. |