summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-10-12 14:03:08 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2017-10-12 14:47:10 +0100
commit2540f2f8e450051e31f108bffb8c0da5b6dd8c22 (patch)
treee1407c195d693388d14b258768a3c4bcb705f372 /doc
parenta12400fd4493b676e71613ab429e731f777ebd1e (diff)
Fix queue_run_in_order to ignore the PID portion of the message ID
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 5266cefc4..4f7f63818 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -169,6 +169,10 @@ JH/27 Fix SOCKS bug: an unitialized pointer was deref'd by the transport process
JH/28 Logging: "next input sent too soon" now shows where input was truncated
for log purposes.
+JH/29 Fix queue_run_in_order to ignore the PID portion of the message ID. This
+ matters on fast-turnover and PID-randomising systems, which were getting
+ out-of-order delivery.
+
Exim version 4.89
-----------------