diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-11-06 23:10:34 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-11-08 15:35:34 +0000 |
commit | 5ddc9771fa4d7861d3e5bfd6ea30c054883eaf40 (patch) | |
tree | fc2bd51ab9ea6b6685ea898400d2ebdc3a0faaa7 /doc | |
parent | dd7b74e90a96eaf109796d8f9499578571a1572c (diff) |
Ensure socket is nonblocking before draining. Bug 1914
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index e9b0705f4..d4d091ed2 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -129,6 +129,8 @@ JH/32 Bug 1909: Fix OCSP proof verification for cases where the proof is signed directly by the cert-signing cert, rather than an intermediate OCSP-signing cert. This is the model used by LetsEncrypt. +JH/33 Bug 1914: Ensure socket is nonblocking before draining after SMTP QUIT. + Exim version 4.87 ----------------- |