X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/05b70ebcdceb3d0b2eadd39b84782d22b63ed9a2..04a3b93f1da94cc128f2e46a22edb7f8f6a8791b:/doc/doc-txt/ChangeLog diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 1d4b3c1c5..6cb01863d 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -53,6 +53,29 @@ JH/11 Fix use of $sender_host_name in daemon process. When used in certain connection was never replaced for subsequent connections. Found by Wakko Warner. +JH/12 Bug 2838: Fix for i32lp64 hard-align platforms. Found for SPARC Linux, + though only once PCRE2 was introduced: the memory accounting used under + debug offset allocations by an int, giving a hard trap in early startup. + Change to using a size_t. Debug and fix by John Paul Adrian Glaubitz. + +JH/13 Bug 2845: Fix handling of tls_require_ciphers for OpenSSL when a value + with underbars is given. The write-protection of configuration introduced + in 4.95 trapped when normalisation was applied to an option not needing + expansion action. + +JH/14 Bug 1895: TLS: Deprecate RFC 5114 Diffie-Hellman parameters. + +JH/15 Fix a resource leak in *BSD. An off-by-one error resulted in the daemon + failing to close the certificates directory, every hour or any time it + was touched. + +JH/16 Debugging initiated by an ACL control now continues through into routing + and transport processes, when delivery is immediate. Previously debugging + stopped any time Exim re-execs. + +JH/17 The "expand" debug selector now gives more detail, specifically on the + result of expansion operators and items. + Exim version 4.95 -----------------