From b6dc1a844eab061d0a7153d46e7e68296f15a504 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 4 Oct 2011 12:06:58 +0200 Subject: Prepare release --- lib/crypto/doc/src/notes.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'lib/crypto/doc') diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index a5434ebd68..763f79e02d 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -30,6 +30,31 @@

This document describes the changes made to the Crypto application.

+
Crypto 2.0.4 + +
Fixed Bugs and Malfunctions + + +

+ crypto:rand_uniform works correctly for negative + integers. Fails with badarg exception for invalid + ranges (when Hi =< Lo) instead of returning + incorrect output.

+

+ Own Id: OTP-9526

+
+ +

+ Fix win32 OpenSSL static linking (Thanks to Dave + Cottlehuber)

+

+ Own Id: OTP-9532

+
+
+
+ +
+
Crypto 2.0.3
Fixed Bugs and Malfunctions -- cgit v1.2.3