X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d99f54e459c19afa7845a8bec2e8e864ca8db6a6..bdf9ce828c5e29351eabbd29c88c459522811b67:/doc/doc-txt/ChangeLog diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 94f6fdefc..bceb22cc3 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -8,6 +8,13 @@ options, and new features, see the NewStuff file next to this ChangeLog. Exim version 4.92 ----------------- +JH/01 Remove code calling the customisable local_scan function, unless a new + definition "HAVE_LOCAL_SCAN=yes" is present in the Local/Makefile. + +JH/02 Bug 1007: Avoid doing logging from signal-handlers, as that can result in + non-signal-safe funxtions being used. + + Exim version 4.91 -----------------