diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2018-12-26 12:04:29 +0100 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2018-12-27 14:36:19 +0100 |
commit | 518b70e9d6f6e221e08aebd117bf85745f52c06d (patch) | |
tree | ef446ec3165dd4842129728c887acb5265f255bb | |
parent | 4896a3192ffac48885347460377edcd893eb9600 (diff) |
Update Changelog for GnuTLS and TLS 1.3 Bug 2359exim-4.92-RC4
Fix is in 4896a3192ffac48885347460377edcd893eb9600
-rw-r--r-- | doc/doc-txt/ChangeLog | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index ec7c8accd..806081b24 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -5,13 +5,6 @@ affect Exim's operation, with an unchanged configuration file. For new options, and new features, see the NewStuff file next to this ChangeLog. -Exim version 4.93 ------------------ - -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 ----------------- @@ -187,6 +180,9 @@ 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. + Exim version 4.91 ----------------- |