diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-10-10 11:20:56 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-10-10 11:20:56 +0100 |
commit | 0fdd8204644a6ae3daa310b3f5906b5c8b8ea0b4 (patch) | |
tree | 8a8872843875552cb1f43b9c98901768d87ad6ad /doc | |
parent | 7dd249088ba72730d8c05a38e02a56f82ff3fe92 (diff) |
FreeBSD: fix sendfile shim
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 6d78cd320..4e0d602dd 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -18,6 +18,9 @@ JH/03 Constification work in the filters module required a major version global which is visible via the API is now const and may therefore not be modified by local-scan code. +JH/04 Fix ClamAV TCP use under FreeBSD. Previously the OS-specific shim for + sendfile() didi not account for the way the ClamAV driver code called it. + Exim version 4.95 ----------------- |