From 8cece79b77952c991e62ae595bcf71cde016a052 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 17 Jun 2013 16:23:55 +0200 Subject: Prepare release --- lib/asn1/doc/src/notes.xml | 66 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) (limited to 'lib/asn1/doc/src') diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index 76d605569d..4b5bba742c 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -31,6 +31,72 @@

This document describes the changes made to the asn1 application.

+
Asn1 2.0.2 + +
Fixed Bugs and Malfunctions + + +

+ Fix some Makefile rules that didn't support silent rules. + Thanks to Anthony Ramine.

+

+ Own Id: OTP-11111

+
+ +

PER/UPER: A semi-constrained INTEGER with a non-zero + lower bound would be incorrectly decoded. This bug was + introduced in R16.

+

PER/UPER: Given INTEGER (10..MAX, ...), + attempting to decode any integer below 10 would cause the + encoder to enter an infinite loop.

+

PER/UPER: For a type with an extensible SIZE + constraint, sizes outside of the root range were + incorrectly encoded.

+

Given a constraint such as (SIZE (5, ...)), + encoding a size less than 5 would fail (PER/UPER). + Similarly, for BER decoding would fail.

+

PER: The encoder did not align a known multiplier + string (such as IA5String) of length 16 bits (exactly) to + an octet boundary.

+

In rare circumstances, DEFAULT values for the UPER + backend could be wrongly encoded.

+

+ Own Id: OTP-11134

+
+ +

UPER: The compiler would crash when compiling an + ENUMERATED having more than 63 extended values.

+

PER/UPER: A SEQUENCE with more 64 extended values + could not be decoded.

+

+ Own Id: OTP-11153

+
+ +

+ When decoding a SEQUENCE defined inline inside a an + extension addition group, the record named generated by + the decoding code would not match the name in the + generated .hrl file.

+

+ Own Id: OTP-11154 Aux Id: seq12339

+
+
+
+ + +
Improvements and New Features + + +

Postscript files no longer needed for the generation + of PDF files have been removed.

+

+ Own Id: OTP-11016

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