summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2021-11-09 21:23:45 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2021-11-09 21:23:45 +0000
commit6e05345b427859b32248c75c6f179283f6cf0382 (patch)
tree1530fc95a2952365854a51716e9528ee2c9733b0 /doc
parent6db92eab5917e515c83fd773dad6111177a0207f (diff)
Fix -be macro definition
Broken-by: 753739fdef
Diffstat (limited to 'doc')
-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 a5712fce8..7f6814d5e 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -36,6 +36,10 @@ JH/08 Remove stripping of the binaries from the FreeBSD build. This was added
in 4.61 without a reason logged. Binaries will be bigger, which might
matter on diskspace-constrained systems, but debug is easier.
+JH/09 Fix macro-definition during "-be" expansion testing. The move to
+ write-protected store for macros had not accounted for these runtime
+ additions; fix by removing this protection for "-be" mode.
+
Exim version 4.95
-----------------