X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/c1d124daf6ccb5b2ec59cf7fa6c1d76002ab0a42..be5901583f97a754fe1b66d7f726107ec22636ad:/doc/doc-txt/ChangeLog?ds=sidebyside diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index f154430f3..dc1a02c83 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -2,6 +2,14 @@ This document describes *changes* to previous versions, that might affect Exim's operation, with an unchanged configuration file. For new options, and new features, see the NewStuff file next to this ChangeLog. +Since version 4.98 +------------------ + +JH/01 Use fewer forks & execs for sending many messages to a single host. + By passing back the next message-id from the transport to the delivery + process, we can loop there. A two-phase queue run will benefit, + particularly for mailinglist and smarthost cases. + Exim version 4.98 -----------------