diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-11-27 11:45:55 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-11-27 11:45:55 +0100 |
commit | 24ad798b11b93360649f93c85fcff87b18db4c6b (patch) | |
tree | 59466d6ed3432b5d1f9da753b05786677dfac648 /lib/ssl/doc | |
parent | 680f37089808f002e92f14742c3e9d7a813c83be (diff) | |
parent | d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239 (diff) | |
download | otp-24ad798b11b93360649f93c85fcff87b18db4c6b.tar.gz otp-24ad798b11b93360649f93c85fcff87b18db4c6b.tar.bz2 otp-24ad798b11b93360649f93c85fcff87b18db4c6b.zip |
Merge tag 'OTP_R15B03'
The R15B03 release
Diffstat (limited to 'lib/ssl/doc')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 6c01954010..7e751a215d 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -30,7 +30,39 @@ </header> <p>This document describes the changes made to the SSL application.</p> - <section><title>SSL 5.1</title> + <section><title>SSL 5.1.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + ssl:recv/3 could "loose" data when the timeout occurs. If + the timout in ssl:connect or ssl:ssl_accept expired the + ssl connection process was not terminated as it should, + this due to gen_fsm:send_all_state_event timout is a + client side time out. These timouts are now handled by + the gen_fsm-procss instead.</p> + <p> + Own Id: OTP-10569</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Better termination handling that avoids hanging.</p> + <p> + Own Id: OTP-10574</p> + </item> + </list> + </section> + +</section> + +<section><title>SSL 5.1</title> <section><title>Fixed Bugs and Malfunctions</title> <list> |