diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-03-30 22:54:55 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-04-15 17:24:40 +0100 |
commit | 9723f9667322bf96db786fa49d53139a48fabc5e (patch) | |
tree | e0383a702fce8cd5487f592673c68126534cb165 /doc/doc-txt | |
parent | d99f54e459c19afa7845a8bec2e8e864ca8db6a6 (diff) |
Avoid doing logging in signal-handlers. Bug 1007
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 ----------------- |