From 9102b1733eb4e71333a521763aeff32a59de9672 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 4 Oct 2011 11:07:10 +0200 Subject: Prepare release --- lib/crypto/doc/src/notes.xml | 17 +++++++++++++++++ lib/crypto/vsn.mk | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) (limited to 'lib/crypto') diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index 55f8cc90ca..d9398783ee 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -30,6 +30,23 @@

This document describes the changes made to the Crypto application.

+
Crypto 2.0.3.2 + +
Fixed Bugs and Malfunctions + + +

+ Changed crypto and ssl to be dynamically linked to + OpenSSL and use version 0.9.8 of OpenSSL (instead of + 0.9.7) on PowerPC.

+

+ Own Id: OTP-9603 Aux Id: seq11912

+
+
+
+ +
+
Crypto 2.0.3.1
Improvements and New Features diff --git a/lib/crypto/vsn.mk b/lib/crypto/vsn.mk index 547c33c07f..facb68bdd6 100644 --- a/lib/crypto/vsn.mk +++ b/lib/crypto/vsn.mk @@ -1 +1 @@ -CRYPTO_VSN = 2.0.3.1 +CRYPTO_VSN = 2.0.3.2 -- cgit v1.2.3