X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/de41aff0511cad420dd1936b23dce61e04ce6ab4..2791749f220602482c2cce772e6520c54218c0dd:/doc/doc-txt/ChangeLog diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index ac4d57af9..13468ae46 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -48,6 +48,14 @@ 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 On GNU/Hurd, retry EINTR returns from I/O on pipes, which seem to occur + frequently. + Exim version 4.93 -----------------