Add timeout to connect() for Unix domain socket in ${readsocket.
[exim.git] / doc / doc-txt / ChangeLog
index ee5817026a4e02f6d2f3377de74bb3fa07b240a5..01ff8dc3cd6a5e3462db2987a9d53f469385fe41 100644 (file)
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.431 2006/11/13 11:56:41 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
 -------------------------------------------
@@ -266,6 +266,14 @@ PH/41 Add bitwise logical operations to eval (courtesy Brad Jorsch).
 
 PH/42 Give an error if -q is specified more than once.
 
+PH/43 Renamed the variables $interface_address and $interface_port as
+      $received_ip_address and $received_port, to make it clear that these
+      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
 -----------------