diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:17:56 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:17:56 +0000 |
commit | 147ddcd9ef7387c9311e765b2b0ece8e527cf4d8 (patch) | |
tree | 955f9cd9eb67f1b19a8cffb11b4d63f687738174 /NEWS | |
parent | Adding upstream version 0.8~rc1. (diff) | |
download | zutils-upstream/0.8.tar.xz zutils-upstream/0.8.zip |
Adding upstream version 0.8.upstream/0.8
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |