diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-11 23:16:02 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-12 00:17:38 +0000 |
commit | 1a7c9a486d397cd58814616923af501282c43a26 (patch) | |
tree | 1dc26da36b03049a3a71ceb39a82e96edef3a778 /doc | |
parent | 0311ab059b86ac0b86df9dc35fafb0b21c540a6b (diff) |
Revert "Macros: convert to tree for speed of lookup"
This reverts commit 165acdd1ea3b7399b2279f94c881f8e366efaf71.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 8ae418ab1..088c3d358 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -96,11 +96,6 @@ 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. - Exim version 4.90 ----------------- |