X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/1ddeb334a49cdd6ec28f982f4a8429503720633b..14c7b357062edf88e350fb95c06847b2c2a2b934:/doc/doc-txt/ChangeLog diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 11e9f6f18..bf8141351 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -137,6 +137,17 @@ TF/02 Correct gecos expansion when From: is a prefix of the username. This change corrects that bug. +GF/01 DCC debug and logging tidyup + Error conditions log to paniclog rather than rejectlog. + Debug lines prefixed by "DCC: " to remove any ambiguity. + +TF/03 Avoid unnecessary rebuilds of lookup-related code. + +PP/14 Fix OCSP reinitialisation in SNI handling for Exim/TLS as server. + Bug spotted by Jeremy Harris; was flawed since initial commit. + Would have resulted in OCSP responses post-SNI triggering an Exim + NULL dereference and crash. + Exim version 4.80.1 -------------------