diff options
| author | Erlang/OTP <otp@erlang.org> | 2022-10-03 10:12:54 +0200 |
|---|---|---|
| committer | Erlang/OTP <otp@erlang.org> | 2022-10-03 10:12:54 +0200 |
| commit | 3d79543efa5ee7302528716d1a3be6ee7d4636e1 (patch) | |
| tree | aaabf294275f6711916a67bf20d55e719c495b8a /lib/asn1 | |
| parent | 981891ce25966530bbc696933110dae10ac81e96 (diff) | |
| download | erlang-3d79543efa5ee7302528716d1a3be6ee7d4636e1.tar.gz | |
Prepare release
Diffstat (limited to 'lib/asn1')
| -rw-r--r-- | lib/asn1/doc/src/notes.xml | 17 | ||||
| -rw-r--r-- | lib/asn1/vsn.mk | 2 |
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 |
