diff options
author | Erlang/OTP <otp@erlang.org> | 2020-05-11 14:53:34 +0200 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2020-05-11 14:53:34 +0200 |
commit | de8aa03ed881a76fd5186634c47be9b0d5b9fce1 (patch) | |
tree | f68dfbf35641fc2fbcc4c2a344aa27308c26c0b9 /lib/asn1 | |
parent | 9639877ea11d6a32ca6e46410b8a48db245b72d8 (diff) | |
download | erlang-de8aa03ed881a76fd5186634c47be9b0d5b9fce1.tar.gz |
Prepare release
Diffstat (limited to 'lib/asn1')
-rw-r--r-- | lib/asn1/doc/src/notes.xml | 35 | ||||
-rw-r--r-- | lib/asn1/vsn.mk | 2 |
2 files changed, 36 insertions, 1 deletions
diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index 3351d8f195..0412d40423 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -32,6 +32,41 @@ <p>This document describes the changes made to the asn1 application.</p> +<section><title>Asn1 5.0.13</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Adhere to the ASN.1 specification for hstring & + bstring lexical items. That is they may include white + space.</p> + <p> + Own Id: OTP-16490</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p>Refactored the internal handling of deprecated and + removed functions.</p> + <p> + Own Id: OTP-16469</p> + </item> + <item> + <p> + Improve handling of ellipsis in a CHOICE</p> + <p> + Own Id: OTP-16554 Aux Id: ERL-1189 </p> + </item> + </list> + </section> + +</section> + <section><title>Asn1 5.0.12</title> <section><title>Improvements and New Features</title> diff --git a/lib/asn1/vsn.mk b/lib/asn1/vsn.mk index 4451489b68..8ebbe907bc 100644 --- a/lib/asn1/vsn.mk +++ b/lib/asn1/vsn.mk @@ -1 +1 @@ -ASN1_VSN = 5.0.12 +ASN1_VSN = 5.0.13 |