X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/d2ee61144850b8e20cbf9017e94e2184e33fc0f6..c456d9bb38922c3e5ff511b934a1b7a282935f75:/doc/doc-txt/ChangeLog diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 5c72b0ca8..9695d2d61 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.493 2007/03/13 15:32:47 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -154,6 +154,20 @@ 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. + +PH/37 If a message is not accepted after it has had an id assigned (e.g. + because it turns out to be too big or there is a timeout) there is no + "Completed" line in the log. When such a message was selected by exigrep, + it was listed as "not completed". Such messages can be identified by the + lack of a "<=" line in the log, and they are now listed as "not + accepted". + +PH/38 The host_find_failed option in the manualroute router can now be set + to "ignore", to completely ignore a host whose IP address cannot be + found. If all hosts are ignored, the behaviour is controlled by the new + host_all_ignored option. + Exim version 4.66 -----------------