summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2021-10-16 00:12:16 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2021-10-16 00:12:16 +0100
commit1843f70b733127fcba3321d9d69359e05905f8cc (patch)
tree13e0cfc9016c28544594891235cccdf00125eecf /doc
parent68d0c019bace3e1d956ea54d4c5276b8c45b6c1d (diff)
Avoid calling gettimeofday(), select() per char for cmdline message submission. Bug 2819
Broken-by: 3c55eef240
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 4e0d602dd..1a29ae50b 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -21,6 +21,10 @@ JH/03 Constification work in the filters module required a major version
JH/04 Fix ClamAV TCP use under FreeBSD. Previously the OS-specific shim for
sendfile() didi not account for the way the ClamAV driver code called it.
+JH/05 Bug 2819: speed up command-line messages being read in. Previously a
+ time check was being done for every character; replace that with one
+ per buffer.
+
Exim version 4.95
-----------------