summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-02-14 14:08:08 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2018-02-14 14:08:08 +0000
commit85e03244290d3fc3f98d1a5bd6b963bb21025883 (patch)
treea081dd30209fc2514a585465424757fcdd212c90 /doc/doc-txt
parent7c714e25526fdd15330fc1c852845d3632e29823 (diff)
Macros: speedup expansion processing
Diffstat (limited to 'doc/doc-txt')
-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 6dd768c8a..370e1b7e7 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -99,6 +99,10 @@ JH/17 Bug 2113: Fix conversation closedown with the Avast malware scanner.
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
-----------------