From e7f320e1f84da88a96c3bc4a76f43a296a738264 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 13 Mar 2013 15:51:01 +0100 Subject: Prepare release --- lib/asn1/doc/src/notes.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'lib/asn1/doc') diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index 4d4600b3ab..e619408591 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -31,6 +31,27 @@

This document describes the changes made to the asn1 application.

+
Asn1 2.0.1.1 + +
Fixed Bugs and Malfunctions + + +

The generated decoder for the 'per' and 'uper' + backends did not correctly decode ENUMERATEDs with a + single value.

+

The generated encoder for the 'per' and 'uper' + backends generated an empty binary for a top-level type + that did not need to be encoded (such as an ENUMERATED + with a single value). The correct result should be a + binary containing a 0 byte.

+

+ Own Id: OTP-10916 Aux Id: seq12270

+
+
+
+ +
+
Asn1 2.0.1
Fixed Bugs and Malfunctions -- cgit v1.2.3