2025-02-24 05:51:15 +01:00
|
|
|
Changes in version 1.4:
|
2025-02-24 04:42:45 +01:00
|
|
|
|
2025-02-24 05:51:15 +01:00
|
|
|
The option "--format" has been renamed to "-O, --force-format".
|
2025-02-24 05:48:57 +01:00
|
|
|
|
2025-02-24 05:52:30 +01:00
|
|
|
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.
|
2025-02-24 05:49:21 +01:00
|
|
|
|
2025-02-24 05:51:15 +01:00
|
|
|
If the pattern begins with "-", zgrep now prepends "-e" before passing
|
|
|
|
it to grep. ('zgrep -- -pattern file' now works as expected).
|
2025-02-24 05:49:37 +01:00
|
|
|
|
2025-02-24 05:51:15 +01:00
|
|
|
The targets "install-compress", "install-strip-compress",
|
|
|
|
"install-info-compress" and "install-man-compress" have been added to
|
|
|
|
the Makefile.
|