X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=doc%2Fdoc-txt%2FChangeLog;h=e200c529149f3229e622359854a911c6c14c4a34;hb=8aa16eb712afac844fb28ed465c6076c6b0ea22b;hp=ac4d57af9d992cdc6a05a1a67ab46ef445a1a66e;hpb=de41aff0511cad420dd1936b23dce61e04ce6ab4;p=exim.git diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index ac4d57af9..e200c5291 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -48,6 +48,16 @@ JH/11 Bug 2494: Unset the default for dmarc_tld_file. Previously a naiive JH/12 Fix an uninitialised flag in early-pipelining. Previously connections could, depending on the platform, hang at the STARTTLS response. +JH/13 Bug 2498: Reset a counter used for ARC verify before handling another + message on a connection. Previously if one message had ARC headers and + the following one did not, a crash could result when adding an + Authentication-Results: header. + +JH/14 Bug 2500: Rewind some of the common-coding in string handling between the + Exim main code and Exim-related utities. The introduction of taint + tracking also did many adjustments to string handling. Since then, eximon + frequently terminated with an assert failure. + Exim version 4.93 -----------------