aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/doc
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2016-03-14 10:46:23 +0100
committerErlang/OTP <[email protected]>2016-03-14 10:46:23 +0100
commit0f8afe80c6582f7affd17f36dc9cb48cc7946713 (patch)
treecadafafb1d71744708bffbe5094ee61a70a499da /lib/asn1/doc
parente15789aaf653543e4d7e0bcfdb769ffea67066c7 (diff)
downloadotp-0f8afe80c6582f7affd17f36dc9cb48cc7946713.tar.gz
otp-0f8afe80c6582f7affd17f36dc9cb48cc7946713.tar.bz2
otp-0f8afe80c6582f7affd17f36dc9cb48cc7946713.zip
Prepare release
Diffstat (limited to 'lib/asn1/doc')
-rw-r--r--lib/asn1/doc/src/notes.xml27
1 files changed, 27 insertions, 0 deletions
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 @@
<p>This document describes the changes made to the asn1 application.</p>
+<section><title>Asn1 4.0.2</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ 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.)</p>
+ <p>
+ Own Id: OTP-13257</p>
+ </item>
+ <item>
+ <p>The ASN.1 compiler will now emit Dialyzer suppressions
+ for improper lists. Thus, there is no longer any need to
+ use <c>--Wno_improper_lists</c> when analyzing modules
+ generated by the ASN.1 compiler.</p>
+ <p>
+ Own Id: OTP-13324</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Asn1 4.0.1</title>
<section><title>Fixed Bugs and Malfunctions</title>