From 17224a3d31d25ce6daa4de63b52b26bee9564bcd Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 13 Sep 2010 17:58:05 +0200 Subject: Prepare release --- lib/crypto/doc/src/notes.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++ lib/crypto/vsn.mk | 2 +- 2 files changed, 51 insertions(+), 1 deletion(-) (limited to 'lib/crypto') diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index 79798331ca..3c571eb2a3 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -30,6 +30,56 @@

This document describes the changes made to the Crypto application.

+
Crypto 2.0.1 + +
Fixed Bugs and Malfunctions + + +

+ Crypto dialyzer type error in md5_mac and sha_mac.

+

+ Own Id: OTP-8718

+
+ +

+ RC4 stream cipher didn't work. This since the new NIF + implementation of crypto:rc4_encrypt_with_state/2 + introduced in crypto-2.0 didn't return an updated + state. (Thanks to Paul Guyot)

+

+ Own Id: OTP-8781

+
+ +

+ A number of memory leaks in the crypto NIF library have + been fixed.

+

+ Own Id: OTP-8810

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

+ Added erlang:system_info(build_type) which makes it + easier to chose drivers, NIF libraries, etc based on + build type of the runtime system.

+

+ The NIF library for crypto can now be built for valgrind + and/or debug as separate NIF libraries that will be + automatically loaded if the runtime system has been built + with a matching build type.

+

+ Own Id: OTP-8760

+
+
+
+ +
+
Crypto 2.0
Improvements and New Features diff --git a/lib/crypto/vsn.mk b/lib/crypto/vsn.mk index d04736fc2b..e3549f0c50 100644 --- a/lib/crypto/vsn.mk +++ b/lib/crypto/vsn.mk @@ -1 +1 @@ -CRYPTO_VSN = 2.0 +CRYPTO_VSN = 2.0.1 -- cgit v1.2.3