Ensure OpenSSL entropy state reset across forks.
[exim.git] / src / README.UPDATING
index b7406f43c177b2b85a9c7087c96db5b899350fe7..dacb5d3aac92868bebb842c25102f1f307504569 100644 (file)
@@ -26,12 +26,17 @@ The rest of this document contains information about changes in 4.xx releases
 that might affect a running system.
 
 
-Exim version 4.81
+Exim version 4.82
 -----------------
 
  * New option gnutls_enable_pkcs11 defaults false; if you have GnuTLS 2.12.0
    or later and do want PKCS11 modules to be autoloaded, then set this option.
 
+ * A per-transport wait-<name> database is no longer updated if the transport
+   sets "connection_max_messages" to 1, as it can not be used and causes
+   unnecessary serialisation and load.  External tools tracking the state of
+   Exim by the hints databases may need modification to take this into account.
+
 
 Exim version 4.80
 -----------------