diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-16 10:05:33 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-16 10:05:33 +0000 |
commit | 75e0e026a196fa852a855d5148f29be29ac2d92f (patch) | |
tree | cbf860a3c39a64dbce2b274a00262cc6baae2f47 /doc/doc-txt/ChangeLog | |
parent | 230205fc0acfc71dff9ce42fb20d2caba82fbd36 (diff) |
Code tidies to remove stuff that was needed only for the old test suite.
Also, use -odi for bounces when in the test harness, unless queue_only
is set.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 7ffb39b8b..ca8f59ac2 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.303 2006/02/14 16:18:14 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.304 2006/02/16 10:05:33 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -181,6 +181,16 @@ PH/35 Change the default for dns_check_names_pattern to allow slashes within is only to protect against broken name servers that fall over on strange characters, so the fact that it applies to all lookups doesn't matter. +PH/36 Now that the new test suite is complete, we can remove some of the + special code in Exim that was needed for the old test suite. For example, + sorting DNS records because real resolvers return them in an arbitrary + order. The new test suite's fake resolver always returns records in the + same order. + +PH/37 When running in the test harness, use -odi for submitted messages (e.g. + bounces) except when queue_only is set, to avoid logging races between + the different processes. + Exim version 4.60 ----------------- |