From 68b804f34d4ec420d86953e3f519179a40fbee8f Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 29 Jan 2013 11:38:41 +0100 Subject: Prepare release --- lib/crypto/doc/src/notes.xml | 30 ++++++++++++++++++++++++++++++ lib/crypto/vsn.mk | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) (limited to 'lib/crypto') diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index 4178ca2b08..4936cae8ca 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -30,6 +30,36 @@

This document describes the changes made to the Crypto application.

+
Crypto 2.3 + +
Improvements and New Features + + +

+ Enable runtime upgrade of crypto including the OpenSSL + library used by crypto.

+

+ Own Id: OTP-10596

+
+ +

+ Improve documentation and tests for hmac functions in + crypto. Thanks to Daniel White

+

+ Own Id: OTP-10640

+
+ +

+ Added ripemd160 support to crypto. Thanks to Michael + Loftis

+

+ Own Id: OTP-10667

+
+
+
+ +
+
Crypto 2.2
Fixed Bugs and Malfunctions diff --git a/lib/crypto/vsn.mk b/lib/crypto/vsn.mk index ccfb1fd66e..2a0cb57aa9 100644 --- a/lib/crypto/vsn.mk +++ b/lib/crypto/vsn.mk @@ -1 +1 @@ -CRYPTO_VSN = 2.2 +CRYPTO_VSN = 2.3 -- cgit v1.2.3