diff options
author | Ingela Anderton Andin <[email protected]> | 2010-12-20 18:24:15 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2010-12-20 18:24:15 +0100 |
commit | f026b83b15b144965ae2013eaeae320dd16b3c10 (patch) | |
tree | 07b12182918904f17fec91825a32658c5d58bca6 /lib/ssl/doc/src/notes.xml | |
parent | efb4fe5f64e3470a4aa9626cc3d8a2e136183cae (diff) | |
parent | 149a68f24671702ac0dfd3fcea9e35f18b8d9b53 (diff) | |
download | otp-f026b83b15b144965ae2013eaeae320dd16b3c10.tar.gz otp-f026b83b15b144965ae2013eaeae320dd16b3c10.tar.bz2 otp-f026b83b15b144965ae2013eaeae320dd16b3c10.zip |
Merge branch 'maint-r14' into dev
Diffstat (limited to 'lib/ssl/doc/src/notes.xml')
-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> |