summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-08 04:18:52 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-08 04:18:52 +0000
commit6a83373eb86eec673be2d24fe840a9bce97fcaaa (patch)
tree5af649b83e4681c1da7b99fb6f15025d6e04c7a2 /NEWS
parentAdding upstream version 0.8. (diff)
downloadzutils-6a83373eb86eec673be2d24fe840a9bce97fcaaa.tar.xz
zutils-6a83373eb86eec673be2d24fe840a9bce97fcaaa.zip
Adding upstream version 0.9~rc1.upstream/0.9_rc1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 2 insertions, 14 deletions
diff --git a/NEWS b/NEWS
index cf6500b..16d3c00 100644
--- a/NEWS
+++ b/NEWS
@@ -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.