aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2013-12-09 20:12:33 +0100
committerErlang/OTP <[email protected]>2013-12-09 20:12:33 +0100
commit25237481ccccd3ddfa74582dc267632ad618ba30 (patch)
tree5a70ff65dd58d7315971476921837f3e43a572f6 /lib/crypto
parentba05ec6dcbf26df15351eae0dc2055c9628b9706 (diff)
downloadotp-25237481ccccd3ddfa74582dc267632ad618ba30.tar.gz
otp-25237481ccccd3ddfa74582dc267632ad618ba30.tar.bz2
otp-25237481ccccd3ddfa74582dc267632ad618ba30.zip
Prepare releaseOTP_R16B03
Diffstat (limited to 'lib/crypto')
-rw-r--r--lib/crypto/doc/src/notes.xml16
-rw-r--r--lib/crypto/vsn.mk2
2 files changed, 17 insertions, 1 deletions
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 @@
</header>
<p>This document describes the changes made to the Crypto application.</p>
+<section><title>Crypto 3.2</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Fix uninitialized pointers in crypto (Thanks to Anthony
+ Ramine)</p>
+ <p>
+ Own Id: OTP-11510</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Crypto 3.1</title>
<section><title>Improvements and New Features</title>
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