summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-12-24 15:43:00 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2019-12-24 15:49:46 +0000
commit98eb95929140ee1e2b2b367b12abb45762d155e9 (patch)
tree4a6eec4591b03adddef2c145634a102cd6535765 /doc
parentc71c454d483e6bfbecea437978beda69044e5498 (diff)
Fix the variables set by gsasl authenticator
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 528021268..f1db06451 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -66,6 +66,10 @@ JH/15 When PIPELINING, synch after every hundred or so RCPT commands sent and
a fast-retry of all 452'd recipients using a new MAIL FROM on the same
connection. The new facility is not tunable at this time.
+JH/16 Fix the variables set by the gsasl authenticator. Previously a pointer to
+ library live data was being used, so the results became garbage. Make
+ copies while it is still usable.
+
Exim version 4.93
-----------------