diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-03-13 11:06:48 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-03-13 11:06:48 +0000 |
commit | b2d5182ba3c9c24a92edc47d9e4f8bae41c6ca0a (patch) | |
tree | c46fbba1d04f653036786f853d61ee49dbd4f243 /doc | |
parent | d2ee61144850b8e20cbf9017e94e2184e33fc0f6 (diff) |
Add -v functionality to exigrep.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 | ||||
-rw-r--r-- | doc/doc-txt/NewStuff | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 5c72b0ca8..24632a291 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.490 2007/03/13 10:05:16 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.491 2007/03/13 11:06:48 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -154,6 +154,8 @@ PH/34 Change HDA_SIZE in oracle.c from 256 to 512. This is needed for 64-bit PH/35 Applied a patch from the Sieve maintainer which fixes a bug in "notify". +PH/36 Applied John Jetmore's patch to add -v functionality to exigrep. + Exim version 4.66 ----------------- diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index d39c6d3e2..37368ac4d 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.143 2007/02/26 14:07:04 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.144 2007/03/13 11:06:48 ph10 Exp $ New Features in Exim -------------------- @@ -391,6 +391,9 @@ Version 4.67 is set as the separator. Two such characters in succession are interpreted as enclosing an empty list item. +19. The exigrep utility now has a -v option, which inverts the matching + condition. + Version 4.66 ------------ |