diff options
author | Erlang/OTP <[email protected]> | 2011-09-26 17:22:56 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2011-09-26 17:22:56 +0200 |
commit | e46c9a0c949b9961f3d6942537c800e486e101e9 (patch) | |
tree | e607ccd58d5370bb56239ce4c72327765683d5ee | |
parent | 9fce6b663d7183caaeed09cdb25d036d29c35215 (diff) | |
download | otp-e46c9a0c949b9961f3d6942537c800e486e101e9.tar.gz otp-e46c9a0c949b9961f3d6942537c800e486e101e9.tar.bz2 otp-e46c9a0c949b9961f3d6942537c800e486e101e9.zip |
Prepare release
-rw-r--r-- | lib/crypto/doc/src/notes.xml | 15 | ||||
-rw-r--r-- | lib/crypto/vsn.mk | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index a5434ebd68..55f8cc90ca 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -30,6 +30,21 @@ </header> <p>This document describes the changes made to the Crypto application.</p> +<section><title>Crypto 2.0.3.1</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + crypto changed to be dynamically linked against OpenSSL</p> + <p> + Own Id: OTP-9566 Aux Id: seq11912 </p> + </item> + </list> + </section> + +</section> + <section><title>Crypto 2.0.3</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/crypto/vsn.mk b/lib/crypto/vsn.mk index e754aabc44..547c33c07f 100644 --- a/lib/crypto/vsn.mk +++ b/lib/crypto/vsn.mk @@ -1 +1 @@ -CRYPTO_VSN = 2.0.3 +CRYPTO_VSN = 2.0.3.1 |