summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2021-09-02 17:08:20 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2021-09-02 17:08:20 +0100
commit8271f864edaf7fb2db0eb3aaa0c4789f55125978 (patch)
treee8b13b01e71d937910b45beb53213de40115326f /doc/doc-txt
parentda2e4883f3efa4d86f35c15d110877e95c7d77d9 (diff)
Avoid wait-for-tick on single-message connections
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 89df37585..8e7749bba 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -2,6 +2,14 @@ This document describes *changes* to previous versions, that might
affect Exim's operation, with an unchanged configuration file. For new
options, and new features, see the NewStuff file next to this ChangeLog.
+Since 4.95
+----------
+
+JH/01 Move the wait-for-next-tick (needed for unique messmage IDs) from
+ after reception to before a subsequence reception. This should
+ mean slightly faster delivery, and also confirmation of reception
+ to senders.
+
Exim version 4.95
-----------------