diff options
author | Erlang/OTP <[email protected]> | 2019-07-09 09:52:19 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-07-09 09:52:19 +0200 |
commit | 20e26498ff75c4689a68e11e28016ae5fe44d791 (patch) | |
tree | 1d8a915f0c6e36be537a647d5a85edfb51707846 /lib/ssl | |
parent | 7c1711215aa1d9bf620340bf96777e3251a104e8 (diff) | |
download | otp-20e26498ff75c4689a68e11e28016ae5fe44d791.tar.gz otp-20e26498ff75c4689a68e11e28016ae5fe44d791.tar.bz2 otp-20e26498ff75c4689a68e11e28016ae5fe44d791.zip |
Prepare release
Diffstat (limited to 'lib/ssl')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 16 | ||||
-rw-r--r-- | lib/ssl/vsn.mk | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index bb41b7e9ea..155bee5ede 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,22 @@ </header> <p>This document describes the changes made to the SSL application.</p> +<section><title>SSL 9.3.5</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Enhance error handling for erroneous alerts from the + peer.</p> + <p> + Own Id: OTP-15943</p> + </item> + </list> + </section> + +</section> + <section><title>SSL 9.3.4</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index df38aea017..c9547cae36 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 9.3.4 +SSL_VSN = 9.3.5 |