From fc0427be6d482182ec70f3cd87c73027cfb17ea9 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 9 Dec 2016 11:45:22 +0100 Subject: Prepare release --- lib/crypto/doc/src/notes.xml | 40 ++++++++++++++++++++++++++++++++++++++++ lib/crypto/vsn.mk | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) (limited to 'lib/crypto') diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index 4ae64e059e..53ea6bb58b 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -31,6 +31,46 @@

This document describes the changes made to the Crypto application.

+
Crypto 3.7.2 + +
Fixed Bugs and Malfunctions + + +

+ The crypto application has been fixed to not use RC2 + against OpenSSL built with RC2 disabled.

+

+ Own Id: OTP-13895 Aux Id: PR-1163

+
+ +

+ The crypto application has been fixed to not use RC4 + against OpenSSL built with RC4 disabled.

+

+ Own Id: OTP-13896 Aux Id: PR-1169

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

+ To ease troubleshooting, erlang:load_nif/2 now + includes the return value from a failed call to + load/reload/upgrade in the text part of the error tuple. + The crypto NIF makes use of this feature by + returning the source line where/if the initialization + fails.

+

+ Own Id: OTP-13951

+
+
+
+ +
+
Crypto 3.7.1
Fixed Bugs and Malfunctions diff --git a/lib/crypto/vsn.mk b/lib/crypto/vsn.mk index bbee24554a..38e2db9033 100644 --- a/lib/crypto/vsn.mk +++ b/lib/crypto/vsn.mk @@ -1 +1 @@ -CRYPTO_VSN = 3.7.1 +CRYPTO_VSN = 3.7.2 -- cgit v1.2.3