diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-21 22:30:00 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-21 22:30:00 +0000 |
commit | adc426215052297d694fcc08786e87a140171e76 (patch) | |
tree | 30d6ca95f657e1139bac6e35e1d320a69b13709b /doc | |
parent | b895f4b20b25f81cd6f94be75881d3328df03892 (diff) | |
parent | 902fbd6974bac4abf70a4c567534669a86ff763e (diff) |
Merge branch 'callout_smtp_tpt_merge'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index f501eb433..50309b1f1 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -32,6 +32,10 @@ JH/05 Bug 2017: Fix DKIM verification in -bh test mode. The data feed into the dkim code may be unix-mode line endings rather than smtp wire-format CRLF, so prepend a CR to any bare LF. +JH/06 Rationalise the coding for callout smtp conversations and transport ones. + As a side-benfit, callouts can now use PIPELINING hence fewer round-trips. + + Exim version 4.88 ----------------- |