diff options
author | Erlang/OTP <[email protected]> | 2019-03-18 18:02:35 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-03-18 18:02:35 +0100 |
commit | 48eedeb93db5552164bb3675f139377f5dd2fd7d (patch) | |
tree | 2c67361cd542087acaccad7f580664b2227920b1 /lib/ssl/doc/src/notes.xml | |
parent | 18940986f9539370efb6e3a2be53ec312c6445bf (diff) | |
download | otp-48eedeb93db5552164bb3675f139377f5dd2fd7d.tar.gz otp-48eedeb93db5552164bb3675f139377f5dd2fd7d.tar.bz2 otp-48eedeb93db5552164bb3675f139377f5dd2fd7d.zip |
Prepare release
Diffstat (limited to 'lib/ssl/doc/src/notes.xml')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 874c5dd11d..b036463e87 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,30 @@ </header> <p>This document describes the changes made to the SSL application.</p> +<section><title>SSL 9.2.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + The timeout for a passive receive was sometimes not + cancelled and later caused a server crash. This bug has + now been corrected.</p> + <p> + Own Id: OTP-14701 Aux Id: ERL-883, ERL-884 </p> + </item> + <item> + <p> + Add tag for passive message (active N) in cb_info to + retain transport transparency.</p> + <p> + Own Id: OTP-15679 Aux Id: ERL-861 </p> + </item> + </list> + </section> + +</section> + <section><title>SSL 9.2</title> <section><title>Fixed Bugs and Malfunctions</title> |