ACL: bsearch for controls
[exim.git] / doc / doc-txt / ChangeLog
index a31a49ae65c308a680d3cc8e755501d00237a9f0..a29974070aeb9b43a4613f394ac3e0d77608347e 100644 (file)
@@ -83,6 +83,16 @@ JH/22 Fix continued use of a connection for further deliveries. If a port was
       specified by a router, it must also match for the delivery to be
       compatible.
 
+JH/23 Bug 1874: fix continued use of a connection for further deliveries.
+      When one of the recipients of a message was unsuitable for the connection
+      (has no matching addresses), we lost track of needing to mark it
+      deferred.  As a result mail would be lost.
+
+JH/24 Bug 1832: Log EHLO response on getting conn-close response for HELO.
+
+JH/25 Decoding ACL controls is now done using a binary search; the sourcecode
+      takes up less space and should be simpler to maintain.
+
 
 Exim version 4.87
 -----------------