diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-09-02 17:08:20 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-09-02 17:08:20 +0100 |
commit | 8271f864edaf7fb2db0eb3aaa0c4789f55125978 (patch) | |
tree | e8b13b01e71d937910b45beb53213de40115326f /doc/doc-txt | |
parent | da2e4883f3efa4d86f35c15d110877e95c7d77d9 (diff) |
Avoid wait-for-tick on single-message connections
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 8 |
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 ----------------- |