1
0
Fork 0

Adding upstream version 1.4.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-24 05:52:24 +01:00
parent fc648de392
commit 7373a1f041
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
18 changed files with 115 additions and 119 deletions

6
NEWS
View file

@ -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).