X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=doc%2Fdoc-txt%2FChangeLog;h=583603f19ac0e043e73d54a65ba0a78377f35d74;hp=13d8d82362aefbbd7ee65feb996d295631e4890f;hb=c2c451ac58c5e6eb801c9057d976e5af2b081f54;hpb=5054c4fdb5c5949872020d75beb5722eabe3d1d3 diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 13d8d8236..583603f19 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -75,6 +75,29 @@ JH/15 Rework TLS client-side context management. Stop using a global, and JH/16 Fix ARC verification to do AS checks in reverse order. +JH/17 Support a "tls" option on the ${readsocket } expansion item. + +JH/18 Bug 2287: Fix the protocol name (eg utf8esmtp) for multiple messages + using the SMTPUTF8 option on their MAIL FROM commands, in one connection. + Previously the "utf8" would be re-prepended for every additional message. + +JH/19 Reject MAIL FROM commands with SMTPUTF8 when the facility was not advertised. + Previously thery were accepted, resulting in issues when attempting to + forward messages to a non-supporting MTA. + +PP/02 Let -n work with printing macros too, not just options. + +JH/20 Bug 2296: Fix cutthrough for >1 address redirection. Previously only + one parent address was copied, and bogus data was used at delivery-logging + time. Either a crash (after delivery) or bogus log data could result. + Discovery and analysis by Tim Stewart. + +PP/03 Make ${utf8clean:} expansion operator detect incomplete final character. + Previously if the string ended mid-character, we did not insert the + promised '?' replacement. + +PP/04 Documentation: current string operators work on bytes, not codepoints. + Exim version 4.91 -----------------