X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/c165e95889471bc1a644104dd9a6129c47c56c09..5c608b75d5bd734ddca41e4468fb22544ef96265:/doc/doc-txt/ChangeLog?ds=sidebyside diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 92298e7fc..1173b3651 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -36,6 +36,16 @@ JH/07 Bug 2597: Fix a resource leak. Using a lookup in obtaining a value for when the limit was exceeded. This eventually crashed the daemon. Fix by adding a relase action in that path. +JH/08 Bug 2598: Fix verify ACL condition. The options for the condition are + expanded; previously using tainted values was rejected. Fix by using + dynamically-created buffers. + +JH/10 Bug 2603: Fix coding of string copying to only evaluate arguments once. + Previously a macro used one argument twice; when called with the + argument as an expression having side-effects, incorrect operation + resulted. Use an inlineable function. + + Exim version 4.94 -----------------