summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2017-02-12 06:47:24 -0500
committerPhil Pennock <pdp@exim.org>2017-02-12 06:47:24 -0500
commitacfc18c31aa3ecf4fe118efa3b3eea7eb09b7ce6 (patch)
tree33282789bae026b70c0ef8d7927ed8f946e1ac52
parent1ec2ab360cdac80529cfb597a1efa6c3fc9ea9b8 (diff)
4.89 JH/17 -> 4.90 JH/01
-rw-r--r--doc/doc-txt/ChangeLog16
1 files changed, 10 insertions, 6 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 2970b269f..4d32350ae 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -5,8 +5,17 @@ affect Exim's operation, with an unchanged configuration file. For new
options, and new features, see the NewStuff file next to this ChangeLog.
+Exim version 4.90
+-----------------
+
+JH/01 Rework error string handling in TLS interface so that the caller in
+ more cases is responsible for logging. This permits library-sourced
+ string to be attached to addresses during delivery, and collapses
+ pairs of long lines into single ones.
+
+
Exim version 4.89
--------------------
+-----------------
JH/01 Bug 1922: Support IDNA2008. This has slightly different conversion rules
than -2003 did; needs libidn2 in addition to libidn.
@@ -89,11 +98,6 @@ 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.
-JH/17 Rework error string handling in TLS interface so that the caller in
- more cases is responsible for logging. This permits library-sourced
- 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.