diff options
| author | Erlang/OTP <[email protected]> | 2012-11-26 15:48:29 +0100 | 
|---|---|---|
| committer | Erlang/OTP <[email protected]> | 2012-11-26 15:48:29 +0100 | 
| commit | d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239 (patch) | |
| tree | 82f694611cd02d0f4cc1f8ab28d234de5ecf5ac0 /lib/ssl/doc/src | |
| parent | 6b9369ea8357b8365cea461f3a73e9f9a0d1b56f (diff) | |
| download | otp-d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239.tar.gz otp-d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239.tar.bz2 otp-d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239.zip  | |
Prepare releaseOTP_R15B03
Diffstat (limited to 'lib/ssl/doc/src')
| -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>  | 
