X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/ce93c6d840d56b3cd7b2ced65c4e96820040c8a7..e5ba8aa79be1a0abc55e5265f0195d43711f0aac:/doc/doc-txt/ChangeLog diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 7d1d526d7..43446d8c2 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -37,6 +37,24 @@ JH/05 Bug 2215: Fix crash associated with dnsdb lookup done from DKIM ACL. active in the testsuite. Problem spotted, and debugging aided, by Wolfgang Breyha. +JH/06 Fix issue with continued-connections when the DNS shifts unreliably. + When none of the hosts presented to a transport match an already-open + connection, close it and proceed with the list. Previously we would + queue the message. Spotted by Lena with Yahoo, probably involving + round-robin DNS. + +JH/07 Bug 2214: Fix SMTP responses resulting from non-accept result of MIME ACL. + Previously a spurious "250 OK id=" response was appended to the proper + failure response. + +JH/08 The "support for" informational output now, which built with Content + Scanning support, has a line for the malware scanner interfaces compiled + in. Interface can be individually included or not at build time. + +JH/09 The "aveserver", "kavdaemon" and "mksd" interfaces are now not included + by the template makefile "src/EDITME". The "STREAM" support for an older + ClamAV interface method is removed. + Exim version 4.90 -----------------