summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2011-02-20 23:28:45 -0500
committerPhil Pennock <pdp@exim.org>2011-02-20 23:30:09 -0500
commitcd59ab18b06626887aecef760c416ae7936924da (patch)
tree10e1a33d52da2893c635beb7d64228dc342eac8b /doc/doc-txt
parent0dda43406a4b207504213c58f668de9354ea915e (diff)
Minor robustness fixes for debugging.
sig_atomic_t for signal-handlers. getgroups() return value checking. Developed for bug 927.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 3f7a38c56..862f1b887 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -55,6 +55,11 @@ PP/09 New lookups functionality failed to compile on old gcc which rejects
extern declarations in function scope.
Patch from Oliver Fleischmann
+PP/10 Use sig_atomic_t for flags set from signal handlers.
+ Check getgroups() return and improve debugging.
+ Fixed developed for diagnosis in bug 927 (which turned out to be
+ a kernel bug).
+
Exim version 4.74
-----------------