From 20641fe0f2ea745873fc7557448d3a7deb1bd639 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 16 Sep 2013 20:11:53 +0200 Subject: Prepare release --- lib/asn1/doc/src/notes.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'lib/asn1/doc/src/notes.xml') diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index 4b5bba742c..e4d9edd709 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -31,6 +31,44 @@

This document describes the changes made to the asn1 application.

+
Asn1 2.0.3 + +
Fixed Bugs and Malfunctions + + +

+ Open types greater than 16383 bytes will now be correctly + encoded and decoded.

+

+ Own Id: OTP-11262 Aux Id: seq12386, OTP-11223

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

For the PER and UPER formats, code generation + especially for encoding has been improved.

+

When encoding BIT STRINGs, values longer than the + maximum size for the BIT STRING type would be truncated + silently - they now cause an exception.

+

Open types greater than 16383 bytes will now be + correctly encoded and decoded.

+

IMPORTANT NOTE: For ASN.1 specifications that depend + on each other, such as the S1AP-* specifications, it is + important to recompile all specifications (compiling some + with this version of the compiler and some with an older + version will not work).

+

+ Own Id: OTP-11300

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