diff options
author | Erlang/OTP <[email protected]> | 2010-12-17 15:41:30 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-12-17 15:41:30 +0100 |
commit | bb4d67a8f13a5a626e587836cda65c66ae17af0f (patch) | |
tree | 69ea1c05151b7c3b3afddce738383e246daa59f7 /lib | |
parent | dadf9c6583f68ac1738a2bd238c76b4504f7a556 (diff) | |
download | otp-bb4d67a8f13a5a626e587836cda65c66ae17af0f.tar.gz otp-bb4d67a8f13a5a626e587836cda65c66ae17af0f.tar.bz2 otp-bb4d67a8f13a5a626e587836cda65c66ae17af0f.zip |
Update release notes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 313f1e59c9..2ccbc5348c 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -31,7 +31,31 @@ <p>This document describes the changes made to the SSL application. </p> - <section><title>SSL 4.1.1</title> + <section><title>SSL 4.1.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + The ssl application caches certificate files, it will now + invalidate cache entries if the diskfile is changed.</p> + <p> + Own Id: OTP-8965 Aux Id: seq11739 </p> + </item> + <item> + <p> + Now runs the terminate function before returning from the + call made by ssl:close/1, as before the caller of + ssl:close/1 could get problems with the reuseaddr option.</p> + <p> + Own Id: OTP-8992</p> + </item> + </list> + </section> + +</section> + +<section><title>SSL 4.1.1</title> <section><title>Fixed Bugs and Malfunctions</title> <list> |