diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-04-10 15:18:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-04-10 15:18:05 +0000 |
commit | ae26a497b6a3b9948872ee9bd41b2484b0e05c94 (patch) | |
tree | 507308d272ce14e1a7d2600a43b92c4a3fff47f0 /NEWS | |
parent | Adding upstream version 1.5. (diff) | |
download | zutils-ae26a497b6a3b9948872ee9bd41b2484b0e05c94.tar.xz zutils-ae26a497b6a3b9948872ee9bd41b2484b0e05c94.zip |
Adding upstream version 1.6.upstream/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. |