diff options
author | Erlang/OTP <[email protected]> | 2019-07-02 13:44:49 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-07-02 13:44:49 +0200 |
commit | 61b5e7f0f1bc7695a181b9c72de5970b4a4a5502 (patch) | |
tree | f4146f9aa92dfe7b4868ec356be0dbe8cc60f0e5 /lib | |
parent | f4437803fc6427d10369ea9d4eee61dc971b83d8 (diff) | |
download | otp-61b5e7f0f1bc7695a181b9c72de5970b4a4a5502.tar.gz otp-61b5e7f0f1bc7695a181b9c72de5970b4a4a5502.tar.bz2 otp-61b5e7f0f1bc7695a181b9c72de5970b4a4a5502.zip |
Prepare release
Diffstat (limited to 'lib')
-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 0449e83177..430ac5bb44 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.2.3.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Hibernation now works as expected in all cases, was + accidently broken by optimization efforts.</p> + <p> + Own Id: OTP-15910</p> + </item> + </list> + </section> + +</section> + <section><title>SSL 9.2.3.3</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index 453735710b..603e6f6267 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 9.2.3.3 +SSL_VSN = 9.2.3.4 |