From: Phil Pennock Date: Sun, 12 Feb 2017 00:56:50 +0000 (-0500) Subject: Fix missing Changelog entries for recent work X-Git-Tag: exim-4_89_RC4^0 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/e1054c675575d47d6289d7e92aa79e09ca05c3e4 Fix missing Changelog entries for recent work (cherry picked from commit 1ec2ab360cdac80529cfb597a1efa6c3fc9ea9b8) Signed-off-by: Phil Pennock --- diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index c23f9fe2d..3c90d6480 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -89,6 +89,14 @@ JH/16 Drop variables when they go out of scope. Memory management drops a whole bug: a transport crash, where a dangling pointer for $sending_ip_address originally assigned in a verify callout, is re-used. +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 -----------------