From 4a5a75811e2cd590b5c94f71864a5245fd511ccf Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 24 May 2011 13:16:24 +0200 Subject: Prepare release --- lib/crypto/doc/src/notes.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'lib/crypto/doc/src/notes.xml') 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 @@

This document describes the changes made to the Crypto application.

+
Crypto 2.0.3 + +
Fixed Bugs and Malfunctions + + +

+ Various small documentation fixes (Thanks to Bernard + Duggan)

+

+ Own Id: OTP-9172

+
+
+
+ + +
Improvements and New Features + + +

+ New crypto support for streaming of AES CTR and + HMAC. (Thanks to Travis Jensen)

+

+ Own Id: OTP-9275

+
+ +

+ 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.

+

+ Own Id: OTP-9280

+
+
+
+ +
+
Crypto 2.0.2.2
Improvements and New Features -- cgit v1.2.3