summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2017-02-12 17:42:28 -0500
committerPhil Pennock <pdp@exim.org>2017-02-12 17:42:28 -0500
commit8b2b948009b466beb73844aea00180a561144716 (patch)
tree9d5a820239485468427682170643516d29190079
parent4a5ee04fd186cb7d86a4f70821dacc55f8cce98d (diff)
Forward-port ChangeLog entries written for release branchexim-4.90devstart
-rw-r--r--doc/doc-txt/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 4d32350ae..1c282ac8e 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -106,6 +106,11 @@ PP/08 Reduce a number of compilation warnings under clang; building with
CC=clang CFLAGS+=-Wno-dangling-else -Wno-logical-op-parentheses
should be warning-free.
+JH/17 Fix inbound CHUNKING when DKIM disabled at runtime.
+
+HS/01 Fix portability problems introduced by PP/08 for platforms where
+ realloc(NULL) is not equivalent to malloc() [SunOS et al].
+
Exim version 4.88
-----------------