summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNigel Metheringham <nigel@exim.org>2011-02-21 12:53:04 +0000
committerNigel Metheringham <nigel@exim.org>2011-02-21 12:53:04 +0000
commit2e64baa9d155c1a657ba43cbe0f9bd4846621b36 (patch)
tree12c834e45a40052cf245b6964d0cef77dce503e2 /doc
parent4c9ef03a1e4b4aaab82bc2636b59b4a18031d02f (diff)
Moved variable decl to start of block for old gcc
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 5646a147d..04b643f3e 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -72,6 +72,10 @@ PP/13 Bugzilla 1086: Deal with maildir quota file races.
PP/14 Bugzilla 1019: DKIM multiple signature generation fix.
Patch from Uwe Doering, sign-off by Michael Haardt.
+NM/05 Fix to spam.c to accommodate older gcc versions which dislike
+ variable declaration deep within a block. Bug and patch from
+ Dennis Davis.
+
Exim version 4.74
-----------------