summaryrefslogtreecommitdiff
path: root/doc/doc-txt/ChangeLog
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-04-05 14:02:30 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-04-05 14:02:30 +0000
commitacb1b3461349256ee2422aa39b6f2d810681ae47 (patch)
treeb53a1a1720a99f6c763ce5db26597e688fea4158 /doc/doc-txt/ChangeLog
parentcf00dad6749f2b3c2ba9b1e02034b23944b7ee0c (diff)
cyrus_sasl authenticator was not using the expanded hostname (even
though it did expand it :-)
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r--doc/doc-txt/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index ff8c2835d..8a7274491 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.108 2005/04/05 13:58:34 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.109 2005/04/05 14:02:30 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -122,6 +122,9 @@ PH/21 Added acl_not_smtp_mime to allow for MIME scanning for non-SMTP messages.
PH/22 Added support for macro redefinition, and (re)definition in between
driver and ACL definitions.
+PH/23 The cyrus_sasl authenticator was expanding server_hostname, but then
+ forgetting to use the resulting value; it was using the unexpanded value.
+
A note about Exim versions 4.44 and 4.50
----------------------------------------