diff options
author | Nigel Metheringham <nigel@exim.org> | 2011-02-21 12:53:04 +0000 |
---|---|---|
committer | Nigel Metheringham <nigel@exim.org> | 2011-02-21 12:53:04 +0000 |
commit | 2e64baa9d155c1a657ba43cbe0f9bd4846621b36 (patch) | |
tree | 12c834e45a40052cf245b6964d0cef77dce503e2 /doc/doc-txt | |
parent | 4c9ef03a1e4b4aaab82bc2636b59b4a18031d02f (diff) |
Moved variable decl to start of block for old gcc
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
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 ----------------- |