diff options
author | Erlang/OTP <[email protected]> | 2011-05-24 13:16:24 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2011-05-24 13:16:24 +0200 |
commit | 4a5a75811e2cd590b5c94f71864a5245fd511ccf (patch) | |
tree | 5dbd5a391b86d99c00a01c456f817f30209f1962 /lib/crypto/doc | |
parent | 7ae73012553fc54e84ad00fc00f7940cabf1edbb (diff) | |
download | otp-4a5a75811e2cd590b5c94f71864a5245fd511ccf.tar.gz otp-4a5a75811e2cd590b5c94f71864a5245fd511ccf.tar.bz2 otp-4a5a75811e2cd590b5c94f71864a5245fd511ccf.zip |
Prepare releaseOTP_R14B03
Diffstat (limited to 'lib/crypto/doc')
-rw-r--r-- | lib/crypto/doc/src/notes.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index ab1ffa9e5c..a5434ebd68 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -30,6 +30,45 @@ </header> <p>This document describes the changes made to the Crypto application.</p> +<section><title>Crypto 2.0.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Various small documentation fixes (Thanks to Bernard + Duggan)</p> + <p> + Own Id: OTP-9172</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + New <c>crypto</c> support for streaming of AES CTR and + HMAC. (Thanks to Travis Jensen)</p> + <p> + Own Id: OTP-9275</p> + </item> + <item> + <p> + Due to standard library DLL mismatches between versions + of OpenSSL and Erlang/OTP, OpenSSL is now linked + statically to the crypto driver on Windows. This fixes + problems starting crypto when running Erlang as a service + on all Windows versions.</p> + <p> + Own Id: OTP-9280</p> + </item> + </list> + </section> + +</section> + <section><title>Crypto 2.0.2.2</title> <section><title>Improvements and New Features</title> |