summaryrefslogtreecommitdiff
path: root/lib/asn1
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2022-10-03 10:12:54 +0200
committerErlang/OTP <otp@erlang.org>2022-10-03 10:12:54 +0200
commit3d79543efa5ee7302528716d1a3be6ee7d4636e1 (patch)
treeaaabf294275f6711916a67bf20d55e719c495b8a /lib/asn1
parent981891ce25966530bbc696933110dae10ac81e96 (diff)
downloaderlang-3d79543efa5ee7302528716d1a3be6ee7d4636e1.tar.gz
Prepare release
Diffstat (limited to 'lib/asn1')
-rw-r--r--lib/asn1/doc/src/notes.xml17
-rw-r--r--lib/asn1/vsn.mk2
2 files changed, 18 insertions, 1 deletions
diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml
index ac7bceb5ca..f8d37c346d 100644
--- a/lib/asn1/doc/src/notes.xml
+++ b/lib/asn1/doc/src/notes.xml
@@ -32,6 +32,23 @@
<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>
diff --git a/lib/asn1/vsn.mk b/lib/asn1/vsn.mk
index 2fbe40e589..a3706fd209 100644
--- a/lib/asn1/vsn.mk
+++ b/lib/asn1/vsn.mk
@@ -1 +1 @@
-ASN1_VSN = 5.0.20
+ASN1_VSN = 5.0.21