Fix potential misaligned ipv6 result records from DNS search
[exim.git] / doc / doc-txt / ChangeLog
index 142d81e05476f99ad0a139c96c5572486abd114a..a199a8d0d0d7796284e2dd35062a02b2aa746b3d 100644 (file)
@@ -96,6 +96,19 @@ JH/19 Two additional event types: msg:rcpt:defer and msg:rcpt:host:defer. Both
       information encodes the lookup type (A vs. MX) used for the (first) host,
       and the trailing two digits of the smtp 4xx reponse.
 
+GF/01 Bug 1715: Fix for race condition in exicyclog, where exim could attempt
+      to write to mainlog (or rejectlog, paniclog) in the window between file
+      creation and permissions/ownership being changed. Particularly affects
+      installations where exicyclog is run as root, rather than exim user;
+      result is that the running daemon panics and dies.
+
+JH/20 Bug 1701: For MySQL lookups, support MySQL config file option group names.
+
+JH/21 Bug 1720: Add support for priority groups and weighted-random proxy
+      selection for the EXPERIMENTAL_SOCKS feature, via new per-proxy options
+      "pri" and "weight".  Note that the previous implicit priority given by the
+      list order is no longer honoured.
+
 
 Exim version 4.86
 -----------------