diff options
author | Tony Finch <dot@dotat.at> | 2011-01-11 15:12:56 +0000 |
---|---|---|
committer | Tony Finch <dot@dotat.at> | 2011-01-26 15:39:36 +0000 |
commit | 7f3d9effb31409e93e603757d74c14c873c69432 (patch) | |
tree | 605ccc9133422179706903477a4d94c3de7f7b14 /doc | |
parent | aa097c4c00f62487128d74f65c521f9e877b184f (diff) |
Fix portability bugs in valgrind support.
Update valgrind.h and memcheck.h to copies from valgrind-3.6.0.
This fixes portability to compilers other than gcc, notably
Solaris CC and HP-UX CC.
Fixes: bug #1050.
Diffstat (limited to 'doc')
-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 96cec2460..2c6b9573c 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -9,6 +9,10 @@ Exim version 4.75 NM/01 Workround for PCRE version dependancy in version reporting Bugzilla 1073 +TF/01 Update valgrind.h and memcheck.h to copies from valgrind-3.6.0. + This fixes portability to compilers other than gcc, notably + Solaris CC and HP-UX CC. Fixes Bugzilla 1050. + Exim version 4.74 ----------------- |