summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-01-16 15:06:28 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2016-01-16 20:37:24 +0000
commitfa01e4f81d44f68f0a92be34b687c05f2ddbc2e9 (patch)
treef929ffa33773f2954c4d3044fbbe77582d7f0218 /doc/doc-txt
parent63df3f26d67826e08363b66a79aa40ee288b8a4e (diff)
Tidying
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 09437e40e..28fe75447 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -148,6 +148,11 @@ JH/35 Require SINGLE_DH_USE by default in OpenSSL (main config option
openssl_options), for security. OpenSSL forces this from version 1.1.0
server-side so match that on older versions.
+JH/36 Fix a longstanding bug in memory use by the ${run } expansion: A fresh
+ allocation for $value could be released as the expansion processing
+ concluded, but leaving the global pointer active for it. Possibly
+ involved in Bug 1778.
+
Exim version 4.86
-----------------