diff options
author | Andreas Metzler <ametzler@bebt.de> | 2018-12-24 16:11:41 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-12-24 16:22:11 +0000 |
commit | 06faf21f3a84a3ac4aa4f7b1512087423d8c8541 (patch) | |
tree | 79b3eea85d7e384d297a9dcb15999148fec17266 /doc | |
parent | db3f7b6972f3b003c0413b78afcfbe295ffe0b97 (diff) |
GnuTLS: repeat lowlevel read and write operations while they request retry
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index e527eeb5a..db6df2525 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -8,7 +8,8 @@ options, and new features, see the NewStuff file next to this ChangeLog. Exim version 4.93 ----------------- -JH/01 Bug 2351: Log failures to extract envelope addresses from message headers. +JH/01 GnuTLS: repeat lowlevel read and write operations while they return error + codes indicating retry. Under TLS1.3 this becomes required. Exim version 4.92 |