summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTony Finch <dot@dotat.at>2011-01-27 16:26:36 +0000
committerTony Finch <dot@dotat.at>2011-01-27 16:26:36 +0000
commit159f52d231c010cbc4e149502b7f906293233f94 (patch)
tree51b93927280d5fc96b5e6f9895689a9b908fe424 /doc
parent7f3d9effb31409e93e603757d74c14c873c69432 (diff)
Fix portability of Makefiles to HP-UX and other non-extended makes.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 2c6b9573c..b225b7878 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -13,6 +13,9 @@ 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.
+TF/02 Bugzilla 139: Avoid using the += operator in the modular lookup
+ makefiles for portability to HP-UX and POSIX correctness.
+
Exim version 4.74
-----------------