diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:41:21 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:41:21 +0000 |
commit | e2022d72e362b56d5c0336bc2807691708a386e5 (patch) | |
tree | 62216eb154658e44e7b57a57c48f0c8dbcbabe6e /NEWS | |
parent | Adding debian version 1.4~pre2-2. (diff) | |
download | zutils-e2022d72e362b56d5c0336bc2807691708a386e5.tar.xz zutils-e2022d72e362b56d5c0336bc2807691708a386e5.zip |
Merging upstream version 1.4.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,9 +2,9 @@ Changes in version 1.4: The option "--format" has been renamed to "-O, --force-format". -Option "-M, --format=<list>" now excludes from automatic search the -formats not listed in the comma-separated <list>. This change introduces -a backward incompatibility with previous versions of zutils. +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. If the pattern begins with "-", zgrep now prepends "-e" before passing it to grep. ('zgrep -- -pattern file' now works as expected). |