diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-12-31 13:58:26 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-12-31 14:11:41 +0000 |
commit | cb6bd80f1680a22c96bfff84e8671fa01417611b (patch) | |
tree | 9facf3f43562da3017da2cd7e7379d992b71c01a /doc/doc-txt/ChangeLog | |
parent | 5ffbf3a3b9bbc8ebc7a0b29bf753febe283f5fa9 (diff) |
PIPE_CONNECT: fix feature-cache refresh
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 806081b24..a3de86432 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -180,8 +180,12 @@ JH/39 OpenSSL: clear the error stack after an SSL_accept(). With anon-auth accept; this results in impossible error messages when a later operation actually does fail. -AM/01 Bug 2359: GnuTLS: repeat lowlevel read and write operations while they return error - codes indicating retry. Under TLS1.3 this becomes required. +AM/01 Bug 2359: GnuTLS: repeat lowlevel read and write operations while they + return error codes indicating retry. Under TLS1.3 this becomes required. + +JH/40 Fix the feature-cache refresh for EXPERIMENTAL_PIPE_CONNECT. Previously + it only wrote the new authenticators, resulting in a lack of tracking of + peer changes of ESMTP extensions until the next cache flush. Exim version 4.91 |