From 1843f70b733127fcba3321d9d69359e05905f8cc Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 16 Oct 2021 00:12:16 +0100 Subject: Avoid calling gettimeofday(), select() per char for cmdline message submission. Bug 2819 Broken-by: 3c55eef240 --- doc/doc-txt/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/doc-txt') 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 ----------------- -- cgit v1.2.3