diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-15 16:50:20 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-02-10 16:54:50 +0000 |
commit | cf0c61644d7dd2dfb29f6418d95bf4d8cae199ea (patch) | |
tree | a61cf4241c3cb5af8b254316dc22065e8e155f64 /doc/doc-txt/ChangeLog | |
parent | e51462229029e40afa0932dd9c6337192a0dc70b (diff) |
TLS: rework error logging to pass more string back to caller for logging
This permits a library-sourced error to be associated with an address
being delivered, collapsing pairs of log lines
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index c23f9fe2d..f608e451a 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -89,6 +89,11 @@ JH/16 Drop variables when they go out of scope. Memory management drops a whole bug: a transport crash, where a dangling pointer for $sending_ip_address originally assigned in a verify callout, is re-used. +JH/17 Rework error string handling in TLS interface so that the caller in + more cases is responsible for logging. This permits library-sourced + string to be attached to addresses during delivery, and collapses + pairs of long lines into single ones. + Exim version 4.88 ----------------- |