aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2018-12-06 12:56:40 +0100
committerErlang/OTP <[email protected]>2018-12-06 12:56:40 +0100
commitdb13a12b0f66c289d5a1a2f7b3284132e2acf8fb (patch)
tree196d30e051490030af4390826098c808ed0c18d4
parent270b9377ff1ef3f8822bf1697c6aa1972f27be18 (diff)
downloadotp-db13a12b0f66c289d5a1a2f7b3284132e2acf8fb.tar.gz
otp-db13a12b0f66c289d5a1a2f7b3284132e2acf8fb.tar.bz2
otp-db13a12b0f66c289d5a1a2f7b3284132e2acf8fb.zip
Prepare release
-rw-r--r--lib/asn1/doc/src/notes.xml16
-rw-r--r--lib/asn1/vsn.mk2
-rw-r--r--make/otp_version_tickets2
3 files changed, 18 insertions, 2 deletions
diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml
index 40f1812dff..b54076acdb 100644
--- a/lib/asn1/doc/src/notes.xml
+++ b/lib/asn1/doc/src/notes.xml
@@ -32,6 +32,22 @@
<p>This document describes the changes made to the asn1 application.</p>
+<section><title>Asn1 5.0.5.2</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Handle erroneous length during decode (BER only) without
+ crashing.</p>
+ <p>
+ Own Id: OTP-15470 Aux Id: ERIERL-278 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Asn1 5.0.5.1</title>
<section><title>Known Bugs and Problems</title>
diff --git a/lib/asn1/vsn.mk b/lib/asn1/vsn.mk
index b7936a347a..6febddafe4 100644
--- a/lib/asn1/vsn.mk
+++ b/lib/asn1/vsn.mk
@@ -1 +1 @@
-ASN1_VSN = 5.0.5.1
+ASN1_VSN = 5.0.5.2
diff --git a/make/otp_version_tickets b/make/otp_version_tickets
index 8877567027..9460a888a0 100644
--- a/make/otp_version_tickets
+++ b/make/otp_version_tickets
@@ -1 +1 @@
-OTP-15413
+OTP-15470