Fix DISABLE_EVENT build
[exim.git] / doc / doc-txt / ChangeLog
index 93eac06a1427f9e9deb0b756567fbf6540fc0f09..8c46dcc7d1bf9da7343fc91e8c4d597061d36123 100644 (file)
@@ -116,6 +116,21 @@ JH/26 Fix CHUNKING on a continued-transport.  Previously the usabliility of
       the the facility was not passed across execs, and only the first message
       passed over a connection could use BDAT; any further ones using DATA.
 
+JH/27 Support the PIPECONNECT facility in the smtp transport when the helo_data
+      uses $sending_ip_address and an interface is specified.
+      Previously any use of the local address in the EHLO name disabled
+      PIPECONNECT, the common case being to use the rDNS of it.
+
+JH/28 OpenSSL: fix transport-required OCSP stapling verification under session
+      resumption. Previously verify failed because no certificate status is
+      passed on the wire for the restarted session. Fix by using the recorded
+      ocsp status of the stored session for the new connection.
+
+JH/29 TLS resumption: the key for session lookup in the client now includes
+      more info that a server could potentially use in configuring a TLS
+      session, avoiding oferring mismatching sessions to such a server.
+      Previously only the server IP was used.
+
 
 Exim version 4.95
 -----------------