X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=doc%2Fdoc-txt%2FChangeLog;h=c5b2ca2d8b885546eb27c4f201ab648750fbe236;hb=2dc4c388544fb06a476f6526a705e15984cf1aa5;hp=d4eac4e2f61f5c37babe34a125ccf02c10d7944e;hpb=fde873f3a2871df467e5783eaa685295015c0089;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index d4eac4e2f..c5b2ca2d8 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -192,6 +192,19 @@ JH/41 With GnuTLS 3.6.0 (and later) do not attempt to manage Diffie-Hellman HS/06 Change the default of dnssec_request_domains to "*" +JH/42 Bug 2545: Fix CHUNKING for all RCPT commands rejected. Previously we + carried on and emitted a BDAT command, even when PIPELINING was not + active. + +JH/43 Bug 2465: Fix taint-handling in dsearch lookup. Previously a nontainted + buffer was used for the filename, resulting in a trap when tainted + arguments (eg. $domain) were used. + +JH/44 With OpenSSL 1.1.1 (onwards) disable renegotiation for TLS1.2 and below; + recommended to avoid a possible server-load attack. The feature can be + re-enabled via the openssl_options main cofiguration option. + + Exim version 4.92 -----------------