diff options
author | Erlang/OTP <[email protected]> | 2017-05-11 17:41:32 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-05-11 17:41:32 +0200 |
commit | 83ed3c1d805034140298393a64133e8cecd9e659 (patch) | |
tree | 92c8ff5ecc27e97fad172923bd4c8ea7d394c746 /lib/ssl | |
parent | a644cd89c84dc93eb3a1840c32ab2b1d0dd5f768 (diff) | |
download | otp-83ed3c1d805034140298393a64133e8cecd9e659.tar.gz otp-83ed3c1d805034140298393a64133e8cecd9e659.tar.bz2 otp-83ed3c1d805034140298393a64133e8cecd9e659.zip |
Prepare release
Diffstat (limited to 'lib/ssl')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 15 | ||||
-rw-r--r-- | lib/ssl/vsn.mk | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 7ffb9c0e88..d13ad09470 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -28,6 +28,21 @@ <p>This document describes the changes made to the SSL application.</p> +<section><title>SSL 8.1.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Remove debug printout</p> + <p> + Own Id: OTP-14396</p> + </item> + </list> + </section> + +</section> + <section><title>SSL 8.1.2</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index 82184f5c74..7c2d9bec48 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 8.1.2 +SSL_VSN = 8.1.3 |