diff options
author | Erlang/OTP <[email protected]> | 2017-03-31 12:59:07 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-03-31 12:59:07 +0200 |
commit | 19427107ca9305a931dcaea8c2134017aa385fbd (patch) | |
tree | c25d01e812471e50f90826037a59d5cfd820deaa /lib/ssl | |
parent | 71f7e9155c4867f4e8036704337c21127f508dfb (diff) | |
download | otp-19427107ca9305a931dcaea8c2134017aa385fbd.tar.gz otp-19427107ca9305a931dcaea8c2134017aa385fbd.tar.bz2 otp-19427107ca9305a931dcaea8c2134017aa385fbd.zip |
Update release notes
Diffstat (limited to 'lib/ssl')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index d3ab3e9216..7ffb9c0e88 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -28,6 +28,24 @@ <p>This document describes the changes made to the SSL application.</p> +<section><title>SSL 8.1.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Correct active once emulation, for TLS. Now all data + received by the connection process will be delivered + through active once, even when the active once arrives + after that the gen_tcp socket is closed by the peer.</p> + <p> + Own Id: OTP-14300</p> + </item> + </list> + </section> + +</section> + <section><title>SSL 8.1.1</title> <section><title>Fixed Bugs and Malfunctions</title> |