diff options
author | Erlang/OTP <[email protected]> | 2011-10-04 11:07:10 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2011-10-04 11:07:10 +0200 |
commit | 9102b1733eb4e71333a521763aeff32a59de9672 (patch) | |
tree | b317cc5332ec02f3ea3997f520aa7733f229118d | |
parent | 7b3131376cab0d87da21359fb703dd44da10c3a2 (diff) | |
download | otp-9102b1733eb4e71333a521763aeff32a59de9672.tar.gz otp-9102b1733eb4e71333a521763aeff32a59de9672.tar.bz2 otp-9102b1733eb4e71333a521763aeff32a59de9672.zip |
Prepare release
-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> |