summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2017-02-11 19:56:50 -0500
committerPhil Pennock <pdp@exim.org>2017-02-11 19:56:50 -0500
commit1ec2ab360cdac80529cfb597a1efa6c3fc9ea9b8 (patch)
treef054c5c676a3d9d20d7a30c9434b26273ce5098c
parent92e840383faa41c28f4ef099ee5fe0b6b18c2738 (diff)
Fix missing Changelog entries for recent work
-rw-r--r--doc/doc-txt/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index f608e451a..2970b269f 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -94,6 +94,14 @@ JH/17 Rework error string handling in TLS interface so that the caller in
string to be attached to addresses during delivery, and collapses
pairs of long lines into single ones.
+PP/06 Drop '.' from @INC in various Perl scripts.
+
+PP/07 Switch FreeBSD iconv to always use the base-system libc functions.
+
+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.
+
Exim version 4.88
-----------------