summaryrefslogtreecommitdiff
path: root/doc/doc-txt/ChangeLog
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2007-01-23 12:22:00 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2007-01-23 12:22:00 +0000
commitf08724248e7a36fab313e332288de73165d07fe5 (patch)
tree190fe9ddd9797fc038e1048d252e8f5f0445f5d8 /doc/doc-txt/ChangeLog
parentf91ad6b720144847118637f8a0666ff27171681b (diff)
Fix $auth1 problem in dovecot authenticator.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r--doc/doc-txt/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 16ca18252..5b57e4251 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.458 2007/01/23 11:01:09 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.459 2007/01/23 12:22:00 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -41,6 +41,11 @@ PH/06 Some tidies to the infrastructure of the Test Suite that is concerned
including adding "make clean"; (3) Added -fPIC when compiling the test
dynamically loaded module, to get rid of a warning.
+PH/07 There was a bug in the dovecot authenticator such that the value of
+ $auth1 could be overwritten, and so not correctly preserved, after a
+ successful authentication. This usually meant that the value preserved by
+ the server_setid option was incorrect.
+
Exim version 4.66
-----------------