blob: 43de972b0d37e326bd240eb7404f3324ceeab6c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Changes in version 1.4:
The option "--format" has been renamed to "-O, --force-format".
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).
The targets "install-compress", "install-strip-compress",
"install-info-compress" and "install-man-compress" have been added to
the Makefile.
|