diff options
author | Erlang/OTP <[email protected]> | 2011-10-04 12:06:58 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2011-10-04 12:06:58 +0200 |
commit | b6dc1a844eab061d0a7153d46e7e68296f15a504 (patch) | |
tree | abb46e1ccc6df3f56965fe78b2861b93a0271d3e /lib/crypto | |
parent | 3d6153cb2d3a08f9b82a3ea52e69c5442c226559 (diff) | |
download | otp-b6dc1a844eab061d0a7153d46e7e68296f15a504.tar.gz otp-b6dc1a844eab061d0a7153d46e7e68296f15a504.tar.bz2 otp-b6dc1a844eab061d0a7153d46e7e68296f15a504.zip |
Prepare releaseOTP_R14B04
Diffstat (limited to 'lib/crypto')
-rw-r--r-- | lib/crypto/doc/src/notes.xml | 25 | ||||
-rw-r--r-- | lib/crypto/vsn.mk | 2 |
2 files changed, 26 insertions, 1 deletions
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 @@ </header> <p>This document describes the changes made to the Crypto application.</p> +<section><title>Crypto 2.0.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + <c>crypto:rand_uniform</c> works correctly for negative + integers. Fails with <c>badarg</c> exception for invalid + ranges (when <c>Hi =< Lo</c>) instead of returning + incorrect output.</p> + <p> + Own Id: OTP-9526</p> + </item> + <item> + <p> + Fix win32 OpenSSL static linking (Thanks to Dave + Cottlehuber)</p> + <p> + Own Id: OTP-9532</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..33fa9b1ec3 100644 --- a/lib/crypto/vsn.mk +++ b/lib/crypto/vsn.mk @@ -1 +1 @@ -CRYPTO_VSN = 2.0.3 +CRYPTO_VSN = 2.0.4 |