diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-14 17:34:57 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-21 21:51:01 +0000 |
commit | 902fbd6974bac4abf70a4c567534669a86ff763e (patch) | |
tree | 30d6ca95f657e1139bac6e35e1d320a69b13709b /doc | |
parent | e9166683487c860e0b817153531cb1b2b0485347 (diff) |
Testcases for pipelined callout
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 ----------------- |