summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-09-05 14:14:32 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-09-05 14:14:32 +0000
commit1f872c8094ff0e34fa7ea404995fc51ba9995674 (patch)
tree1c947673a0851b6a58702e86d78417ca4662d32a /doc
parent91ecef39cad37bb5de008f557bded8dcbc8aa6e3 (diff)
Ignore EPIPE as well as ECONNECT when closing down an SMTP session in
the daemon, since dropped connections can show as EPIPE in Solaris.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 6e70b4f13..9091f0d86 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.387 2006/09/05 13:24:10 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.388 2006/09/05 14:14:32 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -23,6 +23,14 @@ PH/01 If a server that rejects MAIL FROM:<> was the target of a sender
left unchanged (for any other kind of callout, getting as far as trying
RCPT means that the domain itself is ok).
+PH/02 Tidied a number of unused variable and signed/unsigned warnings that
+ gcc 4.1.1 threw up.
+
+PH/03 On Solaris, an unexpectedly close socket (dropped connection) can
+ manifest itself as EPIPE rather than ECONNECT. When tidying away a
+ session, the daemon ignores ECONNECT errors and logs others; it now
+ ignores EPIPE as well.
+
Exim version 4.63
-----------------