From 0f8afe80c6582f7affd17f36dc9cb48cc7946713 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 14 Mar 2016 10:46:23 +0100 Subject: Prepare release --- lib/asn1/doc/src/notes.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 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 315c472465..78d856b0be 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -32,6 +32,33 @@

This document describes the changes made to the asn1 application.

+
Asn1 4.0.2 + +
Fixed Bugs and Malfunctions + + +

+ When compiling to the PER format, the ASN.1 compiler + would crash when attempting to compile an ASN.1 module + with a constrained INTEGER with more than 65536 values + and named values. (Thanks to Ingars for reporting this + bug.)

+

+ Own Id: OTP-13257

+
+ +

The ASN.1 compiler will now emit Dialyzer suppressions + for improper lists. Thus, there is no longer any need to + use --Wno_improper_lists when analyzing modules + generated by the ASN.1 compiler.

+

+ Own Id: OTP-13324

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