diff options
author | Erlang/OTP <[email protected]> | 2018-11-05 10:48:29 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-11-05 10:48:29 +0100 |
commit | f5313be396144700acff451279062dab9674e436 (patch) | |
tree | 3d8b2eadc70181ff8ee244b1c5982aac0edd8a2e /lib/ssl/doc/src | |
parent | a1b76db57693427f1d4fc9f236fa5fd80dc41792 (diff) | |
download | otp-f5313be396144700acff451279062dab9674e436.tar.gz otp-f5313be396144700acff451279062dab9674e436.tar.bz2 otp-f5313be396144700acff451279062dab9674e436.zip |
Prepare release
Diffstat (limited to 'lib/ssl/doc/src')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index b2a774adf0..04fc3e1492 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,23 @@ </header> <p>This document describes the changes made to the SSL application.</p> +<section><title>SSL 8.2.6.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Extend check for undelivered data at closing, could under + some circumstances fail to deliverd all data that was + acctualy recivied.</p> + <p> + Own Id: OTP-15412</p> + </item> + </list> + </section> + +</section> + <section><title>SSL 8.2.6.2</title> <section><title>Fixed Bugs and Malfunctions</title> |