summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2007-03-01 14:06:56 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2007-03-01 14:06:56 +0000
commit57c2c6316b8b5f3ef868eb2e8091ab2d85540e0d (patch)
treeb6067e54757310d8c713791c6dcfa8cfe977ce1b /doc/doc-txt
parent42855d71446546dd9914cadc25fb3781e184ac96 (diff)
Change dovecot authenticator to use read/write instead of fgets/fprint
to avoid buffering problems that show on Solaris.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 7cc55f84d..5aac30f49 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.486 2007/03/01 11:17:00 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.487 2007/03/01 14:06:56 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -137,6 +137,10 @@ PH/31 Unlike :fail:, a custom message specified with :defer: was not being
returned in the SMTP response when smtp_return_error_details was false.
This has been fixed.
+PH/32 Change the Dovecot authenticator to use read() and write() on the socket
+ instead of the C I/O that was originally supplied, because problems were
+ reported on Solaris.
+
Exim version 4.66
-----------------