From 0d9d402d50e803f1efdd1a1ce96fdbb78229c4a9 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 16 Apr 2013 20:15:04 +0200 Subject: Prepare release --- lib/asn1/doc/src/notes.xml | 17 +++++++++++++++++ lib/asn1/vsn.mk | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) (limited to 'lib/asn1') diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index e619408591..76d605569d 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -31,6 +31,23 @@

This document describes the changes made to the asn1 application.

+
Asn1 2.0.1.2 + +
Fixed Bugs and Malfunctions + + +

+ When an object set is an actual parameter, the extension + marker for the object set could get lost (which would + cause the decoding of unknown values to fail).

+

+ Own Id: OTP-10995 Aux Id: seq12290

+
+
+
+ +
+
Asn1 2.0.1.1
Fixed Bugs and Malfunctions diff --git a/lib/asn1/vsn.mk b/lib/asn1/vsn.mk index 3c4f3ff122..9245f83280 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 = 2.0.1.1 +ASN1_VSN = 2.0.1.2 -- cgit v1.2.3