diff options
-rw-r--r-- | lib/crypto/doc/src/notes.xml | 17 | ||||
-rw-r--r-- | lib/crypto/vsn.mk | 2 | ||||
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 19 |
3 files changed, 36 insertions, 2 deletions
diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index 55f8cc90ca..d9398783ee 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -30,6 +30,23 @@ </header> <p>This document describes the changes made to the Crypto application.</p> +<section><title>Crypto 2.0.3.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Changed crypto and ssl to be dynamically linked to + OpenSSL and use version 0.9.8 of OpenSSL (instead of + 0.9.7) on PowerPC.</p> + <p> + Own Id: OTP-9603 Aux Id: seq11912 </p> + </item> + </list> + </section> + +</section> + <section><title>Crypto 2.0.3.1</title> <section><title>Improvements and New Features</title> diff --git a/lib/crypto/vsn.mk b/lib/crypto/vsn.mk index 547c33c07f..facb68bdd6 100644 --- a/lib/crypto/vsn.mk +++ b/lib/crypto/vsn.mk @@ -1 +1 @@ -CRYPTO_VSN = 2.0.3.1 +CRYPTO_VSN = 2.0.3.2 diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index b2d17925fd..b7e716ab8c 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -30,7 +30,24 @@ </header> <p>This document describes the changes made to the SSL application.</p> - <section> + <section><title>SSL 4.1.5.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Changed crypto and ssl to be dynamically linked to + OpenSSL and use version 0.9.8 of OpenSSL (instead of + 0.9.7) on PowerPC.</p> + <p> + Own Id: OTP-9603 Aux Id: seq11912 </p> + </item> + </list> + </section> + +</section> + +<section> <title>SSL 4.1.5</title> <section><title>Improvements and New Features</title> |