summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-06-19 17:15:25 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2022-06-19 17:15:25 +0100
commit7d5055276a22a91de71104775ade236051cebefc (patch)
tree970e5668c3ce454473eef2a760c9b969748dbb6b /doc
parent7a23eb345eb78c928e7d59be4cdc917d63d2a9f9 (diff)
downloadexim4-7d5055276a22a91de71104775ade236051cebefc.tar.gz
Regex compile cacheing
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index a67488798..0188488e1 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -12,6 +12,8 @@ JH/02 Option default value updates:
- queue_fast_ramp (main) true (was false)
- remote_max_parallel (main) 4 (was 2)
+JH/03 Cache static regex pattern compilations, for use by ACLs.
+
Exim version 4.96
-----------------