summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-11-03 13:14:11 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2020-11-03 13:14:11 +0000
commitf0ce96bbcfba66911b5ab36719638a52474301a9 (patch)
treee37ccfb0434a82b402aed7850b9bb5a6e06e46af /doc
parent65fe26cc962035dbe3b4462f330f6959c3b78417 (diff)
Fix spurious logging of select error
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index e61ad6226..d56454ccc 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -134,6 +134,12 @@ JH/27 Bug 2648: fix the passing of an authenticator public-name through spool
files. The value is used by the authresults expansion item. Previously
if this was used in a router or transport, a crash could result.
+JH/28 Fix spurious logging of select error. Some platforms, notably FreeBSD,
+ have a sufficient incidence of EINTR returns from select that an
+ interaction with other operations done by the main daemon loop exposed
+ a bug in the error-handling. This was benign apart from the log
+ messages.
+
Exim version 4.94
-----------------