diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2010-12-15 13:24:00 +0000 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-12-15 13:24:00 +0000 |
commit | fb08281fe4730834c1265012d3cdeb558a671811 (patch) | |
tree | 6a555d5dfd7fab3b72a285508b5620f2716017d2 /doc/doc-txt/ChangeLog | |
parent | 66581d1e830f4e68f2b074b8d79a80645c6a72ea (diff) |
Kil va_copy(). It isn't present on some ancient systems.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 162d6c5f6..201d9616d 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -98,6 +98,9 @@ PP/27 Bugzilla 1047: change the default for system_filter_user to be the Exim PP/28 Add WHITELIST_D_MACROS option to let some macros be overriden by the Exim run-time user without dropping privileges. +DW/29 Remove use of va_copy() which breaks pre-C99 systems. Duplicate the + result string, instead of calling string_vformat() twice with the same + arguments. Exim version 4.72 |