From db13a12b0f66c289d5a1a2f7b3284132e2acf8fb Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 6 Dec 2018 12:56:40 +0100 Subject: Prepare release --- lib/asn1/doc/src/notes.xml | 16 ++++++++++++++++ lib/asn1/vsn.mk | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) (limited to 'lib') 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 @@

This document describes the changes made to the asn1 application.

+
Asn1 5.0.5.2 + +
Fixed Bugs and Malfunctions + + +

+ Handle erroneous length during decode (BER only) without + crashing.

+

+ Own Id: OTP-15470 Aux Id: ERIERL-278

+
+
+
+ +
+
Asn1 5.0.5.1
Known Bugs and Problems 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 -- cgit v1.2.3