summaryrefslogtreecommitdiff
path: root/lib/asn1/doc/src/notes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/asn1/doc/src/notes.xml')
-rw-r--r--lib/asn1/doc/src/notes.xml76
1 files changed, 72 insertions, 4 deletions
diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml
index 257d3bcc80..b39c5c50a9 100644
--- a/lib/asn1/doc/src/notes.xml
+++ b/lib/asn1/doc/src/notes.xml
@@ -4,7 +4,7 @@
<chapter>
<header>
<copyright>
- <year>2004</year><year>2021</year>
+ <year>2004</year><year>2022</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -32,6 +32,74 @@
<p>This document describes the changes made to the asn1 application.</p>
+<section><title>Asn1 5.0.21</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>For the <c>per</c> and <c>uper</c> ASN.1 encoding
+ rules, encoding and decoding the <c>SEQUENCE OF</c> and
+ <c>SET OF</c> constructs with 16384 items or more is now
+ supported.</p>
+ <p>
+ Own Id: OTP-18245 Aux Id: ERIERL-859 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>Asn1 5.0.20</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>There is a new configure option,
+ <c>--enable-deterministic-build</c>, which will apply the
+ <c>deterministic</c> compiler option when building
+ Erlang/OTP. The <c>deterministic</c> option has been
+ improved to eliminate more sources of non-determinism in
+ several applications.</p>
+ <p>
+ Own Id: OTP-18165 Aux Id: PR-5965 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>Asn1 5.0.19</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>The atom <c>maybe</c> has been quoted in the source
+ code.</p>
+ <p>
+ Own Id: OTP-17980</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>Asn1 5.0.18.1</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>For the <c>per</c> and <c>uper</c> ASN.1 encoding
+ rules, encoding and decoding the <c>SEQUENCE OF</c> and
+ <c>SET OF</c> constructs with 16384 items or more is now
+ supported.</p>
+ <p>
+ Own Id: OTP-18245 Aux Id: ERIERL-859 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Asn1 5.0.18</title>
<section><title>Fixed Bugs and Malfunctions</title>
@@ -343,7 +411,7 @@
decoding a recursively enclosed term the length was not
propagated to that term decoding, so if the length of the
enclosed term was longer than the enclosing that error
- was not dectected</p> <p>A hard coded C stack limitation
+ was not detected</p> <p>A hard coded C stack limitation
for decoding recursive ASN.1 terms has been introduced.
This is currently set to 8 kWords giving a nesting depth
of about 1000 levels. Deeper terms can not be decoded,
@@ -405,7 +473,7 @@
<item>
<p>
Compiling an ASN.1 module using the option {n2n,
- EnumTypeName} when EnumTypeName contains a hypen like for
+ EnumTypeName} when EnumTypeName contains a hyphen like for
example Cause-Misc caused syntax errors when compiling
the generated Erlang code. This is now corrected.</p>
<p>
@@ -1060,7 +1128,7 @@
<item>
<p>The ASN.1 compiler will now always include necessary
run-time functions in the generated Erlang modules
- (except for <c>asn1rt_nif</c> which is still neeeded). If
+ (except for <c>asn1rt_nif</c> which is still needed). If
the option '<c>inline</c>' is used the ASN.1 compiler
will generate a warning. But if
'<c>{inline,OutputFile}</c>' is use, the ASN.1 compiler