diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-06-20 13:58:22 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-06-20 13:58:22 +0000 |
commit | 9a26b6b229299c6106f5ab917220f39277b21713 (patch) | |
tree | ed49f1dd1b0f14c1be40ade113ad385ce1ce0d8d /doc | |
parent | a8d97c8a1191f0f38bb7be23ae8a59d25baff5a7 (diff) |
Compiling with DomainKeys caused the test suite to show up some bugs:
(1) The filter variables $n0-$n9 and $sn0-$sn9 were broken.
(2) The table of control names was missing some conditional names,
leading to the wrong name in some error messages.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index ac121eb81..aea7fe9e8 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.164 2005/06/17 14:20:48 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.165 2005/06/20 13:58:22 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -163,6 +163,15 @@ PH/20 Added macros for time_t as for off_t (see PH/15 above) and used them to PH/21 Added another message to those in 4.51/PH/42, namely "All relevant MX records point to non-existent hosts". +PH/22 Fixed some oversights/typos causing bugs when Exim is compiled with + experimental DomainKeys support: + + (1) The filter variables $n0-$n9 and $sn0-$sn9 were broken. + (2) On an error such as an illegally used "control", the wrong name for + the control was given. + + These problems did NOT occur unless DomainKeys support was compiled. + Exim version 4.51 ----------------- |