summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-11-13 12:29:30 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-11-13 12:29:30 +0000
commita401ddaade963ef861a77bf16a1876c5c43e7f92 (patch)
tree750cfef1e96e042bfbaaf85187f8bea2e069eb30 /doc
parent194cc0e4ae3487900036c6bd208c0784d4e6e814 (diff)
Add timeout to connect() for Unix domain socket in ${readsocket.
Diffstat (limited to 'doc')
-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 1ac335408..01ff8dc3c 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.432 2006/11/13 12:07:46 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.433 2006/11/13 12:29:30 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -271,6 +271,9 @@ PH/43 Renamed the variables $interface_address and $interface_port as
values apply to message reception, and not to the outgoing interface when
a message is delivered. (The old names remain recognized, of course.)
+PH/44 There was no timeout on the connect() call when using a Unix domain
+ socket in the ${readsocket expansion. There now is.
+
Exim version 4.63
-----------------