From 7f3486a5ddc02a366f2945dfd009c4a2697a2b98 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 9 Dec 2014 15:21:47 +0100 Subject: Prepare release --- lib/asn1/doc/src/notes.xml | 32 ++++++++++++++++++++++++++++++++ lib/asn1/vsn.mk | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) (limited to 'lib/asn1') diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index a7032737bd..cf87c01658 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -31,6 +31,38 @@

This document describes the changes made to the asn1 application.

+
Asn1 3.0.3 + +
Fixed Bugs and Malfunctions + + +

+ When decoding BER, primitives with an indefinite length + will be immediately rejected. (Thanks to Simon Cornish + for reporting this bug.)

+

+ Own Id: OTP-12205

+
+ +

+ BER: A bug with compliance to X.680 (200811) s31.2.7 has + been fixed. Basically, when TagDefault is AUTOMATIC then + tags are IMPLICIT unless EXPLICIT is given.

+

+ Own Id: OTP-12318

+
+ +

+ Usage of the EXTERNAL 1994 variant type was + broken.

+

+ Own Id: OTP-12326

+
+
+
+ +
+
Asn1 3.0.2
Fixed Bugs and Malfunctions diff --git a/lib/asn1/vsn.mk b/lib/asn1/vsn.mk index d87c50637d..daaf26a17f 100644 --- a/lib/asn1/vsn.mk +++ b/lib/asn1/vsn.mk @@ -1,2 +1,2 @@ #next version number to use is 2.0 -ASN1_VSN = 3.0.2 +ASN1_VSN = 3.0.3 -- cgit v1.2.3