X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/cf3cd306062a08969c41a1cdd32c6855f1abecf1..85e03244290d3fc3f98d1a5bd6b963bb21025883:/doc/doc-txt/ChangeLog?ds=inline diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 8ae418ab1..370e1b7e7 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -96,10 +96,12 @@ JH/17 Bug 2113: Fix conversation closedown with the Avast malware scanner. found indication; now we go on to read the "scan ok" response line, and send a quit. -JH/18 Convert macro handling to be tree-based, from the previous linear list. - With the number of builtin macros we now have this is worthwhile, - dropping the config-file read time (during which new macros are checked - and registered, and macros are expanded) from about 500 usec to about 180. +JH/18 Bug 2239: Enforce non-usability of control=utf8_downconvert in the mail + ACL. Previously, a crash would result. + +JH/19 Speed up macro lookups during configuration file read, by skipping non- + macro text after a replacement (previously it was only once per line) and + by skipping builtin macros when searching for an uppercase lead character. Exim version 4.90