X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fdoc-txt%2FChangeLog;h=5b8ada93ae1f20ad2d557747551c73f2f5663b3e;hb=8c34c611e07d3678920b9f13ba2ae627eb0255e9;hp=bc3f8d39305038bc88ba0c5fc8256ad55e746ddd;hpb=afdb5e9cf07fa49e26e128d8d5d2e3cab7a5fe42;p=exim.git diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index bc3f8d393..5b8ada93a 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -74,7 +74,16 @@ JH/15 Rework TLS client-side context management. Stop using a global, and connection is using TLS; with cutthrough connections this is quite likely. JH/16 Fix ARC verification to do AS checks in reverse order. -JH/16 Support a "tls" option on the ${readsocket } expansion item. + +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. Exim version 4.91