diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-20 06:48:08 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-20 06:48:08 +0000 |
commit | 54ee6afc95073460b77bfa6b84550f94bb1a39b5 (patch) | |
tree | dca863df8c71f8323c1df714b02814eaaf858ba5 /NEWS | |
parent | Adding upstream version 1.4. (diff) | |
download | zutils-54ee6afc95073460b77bfa6b84550f94bb1a39b5.tar.xz zutils-54ee6afc95073460b77bfa6b84550f94bb1a39b5.zip |
Adding upstream version 1.5.upstream/1.5
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | NEWS | 17 |
1 files changed, 6 insertions, 11 deletions
@@ -1,14 +1,9 @@ -Changes in version 1.4: +Changes in version 1.5: -The option "--format" has been renamed to "-O, --force-format". +zupdate now passes '-q' to zcmp if specified. -Option "-M, --format=<list>" now restricts automatic search to the -formats listed in the comma-separated <list>. This change introduces a -backward incompatibility with previous versions of zutils. +zcat, zgrep and ztest no longer read from standard input more than once +if '-' is specified multiple times. -If the pattern begins with "-", zgrep now prepends "-e" before passing -it to grep. ('zgrep -- -pattern file' now works as expected). - -The targets "install-compress", "install-strip-compress", -"install-info-compress" and "install-man-compress" have been added to -the Makefile. +zdiff now uses '_' as separator if both temporary file names are +otherwise different. For example 'xxx_file.lz' and 'xxx_file.gz'. |