diff options
author | Erlang/OTP <otp@erlang.org> | 2020-04-22 09:12:49 +0200 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2020-04-22 09:12:49 +0200 |
commit | eee1f3aba92b5a741eabfa1cb6eca0632562777a (patch) | |
tree | f88761d2d882dca0e2dd8097c7d2e8238e5fa8b1 /lib/asn1 | |
parent | 3fc3fc62e96de08f6e91ae546079733160bf5acd (diff) | |
download | erlang-eee1f3aba92b5a741eabfa1cb6eca0632562777a.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 ddc115c98c..18f17f0728 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.12</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.11</title> <section><title>Improvements and New Features</title> diff --git a/lib/asn1/vsn.mk b/lib/asn1/vsn.mk index e1d3b65da2..4451489b68 100644 --- a/lib/asn1/vsn.mk +++ b/lib/asn1/vsn.mk @@ -1 +1 @@ -ASN1_VSN = 5.0.11 +ASN1_VSN = 5.0.12 |