1
0
Fork 0

Merging upstream version 0.9~rc1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-24 05:04:40 +01:00
parent 4f4c7c8781
commit 6503461316
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
19 changed files with 126 additions and 131 deletions

16
NEWS
View file

@ -1,15 +1,3 @@
Changes in version 0.8:
Changes in version 0.9:
The option "--recursive" has been added to zgrep.
All the utilities have been rewritten in C++, making them safer and more
efficient.
Zcat and zcmp implement the functionality of cat and cmp respectively.
Cat and cmp are not needed at runtime.
All mentions to zegrep and zfgrep have been removed from the
documentation because egrep and fgrep are deprecated.
Environment safeguards from configure have been removed. This allows
environment variables to affect configuration.
Configure now allows the selection of diff and grep programs to use.