Adding upstream version 0.8.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
7877117516
commit
056171c0b2
32 changed files with 3798 additions and 1551 deletions
11
NEWS
11
NEWS
|
@ -1,4 +1,15 @@
|
|||
Changes in version 0.8:
|
||||
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue