X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/51894f20e0c03113b4c4e07898ac5e955b21ec41..eb09d0da1fb995ad88f9a1c2998766c3e530be68:/doc/doc-txt/ChangeLog?ds=sidebyside diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 990e72823..c74c0c0c6 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -8,12 +8,22 @@ Exim version 4.98 JH/01 Support list of dkim results in the dkim_status ACL condition, making it more usable in the data ACL. -JH/02 Handle error on close of the spool data file during reception. Previously - This was only logged, on the assumption that errors would be seen for - a previous fflush(). However, a fuse filesystem has been reported as - showing this an error for the fclose(). The spool is now in an uncertain - state, and we have logged and responded acceptance. Change this to - respond with a temp-reject, wipe spoolfiles, and log the error detail. +JH/02 Bug 3040: Handle error on close of the spool data file during reception. + Previously This was only logged, on the assumption that errors would be + seen for a previous fflush(). However, a fuse filesystem has been + reported as showing this an error for the fclose(). The spool is now in + an uncertain state, and we have logged and responded acceptance. Change + this to respond with a temp-reject, wipe spoolfiles, and log the error + detail. + +JH/03 Bug 3030: Fix handling of DNS servfail respons for DANE TLSA. When hit + during a recipient verify callout, a QUIT command was attempted on the + now-closed callout channel, causing a paniclog entry. + +JH/04 Bug 3039: Fix handling of of an empty log_reject_target, with + a connection_reject log_selector, under tls_on_connect. Previously + with this combination, when the connect ACL rejected, a spurious + paniclog entry was made. Exim version 4.97