summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-04-26 15:28:22 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2017-04-26 20:27:10 +0100
commiteeb35890a1eefbdf6bd8fcb86fcc31233835b0df (patch)
treed621ed004758bec2c9ded25b18af8be1749f8db3 /doc
parent5ea5d64c99a3f99722034f11d7bf79ab9d10f014 (diff)
Enable use of sendfile
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 1d6ad343b..4ea24a50c 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -61,6 +61,10 @@ JH/09 Avoid using a temporary file during transport using dkim. Unless a
creating the signature, and read the spool data file once for the
signature and again for transmission.
+JH/10 Enable use of sendfile in Linux builds as default. It was disabled in
+ 4.77 as the kernel support then wasn't solid, having issues in 64bit
+ mode. Now, it's been long enough.
+
Exim version 4.89
-----------------