From 25237481ccccd3ddfa74582dc267632ad618ba30 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 9 Dec 2013 20:12:33 +0100 Subject: Prepare release --- lib/crypto/doc/src/notes.xml | 16 ++++++++++++++++ lib/crypto/vsn.mk | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) (limited to 'lib/crypto') diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index 97558ef0e7..7408907ebd 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -30,6 +30,22 @@

This document describes the changes made to the Crypto application.

+
Crypto 3.2 + +
Fixed Bugs and Malfunctions + + +

+ Fix uninitialized pointers in crypto (Thanks to Anthony + Ramine)

+

+ Own Id: OTP-11510

+
+
+
+ +
+
Crypto 3.1
Improvements and New Features diff --git a/lib/crypto/vsn.mk b/lib/crypto/vsn.mk index 3bd2f9b4bf..98c071cf87 100644 --- a/lib/crypto/vsn.mk +++ b/lib/crypto/vsn.mk @@ -1 +1 @@ -CRYPTO_VSN = 3.1 +CRYPTO_VSN = 3.2 -- cgit v1.2.3