diff options
author | Erlang/OTP <otp@erlang.org> | 2020-03-24 19:48:10 +0100 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2020-03-24 19:48:10 +0100 |
commit | 63638d668efbeb4539ba301328cabbc2636fb154 (patch) | |
tree | 5478c2cfc94b3e54d81317579f73d5d4278a139d /lib/asn1 | |
parent | fc5f6a945304f17d52117506f9059207c5029117 (diff) | |
download | erlang-63638d668efbeb4539ba301328cabbc2636fb154.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 f4e45ad3ec..40dbab3252 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.11</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.10</title> <section><title>Improvements and New Features</title> diff --git a/lib/asn1/vsn.mk b/lib/asn1/vsn.mk index 901c40d53f..e1d3b65da2 100644 --- a/lib/asn1/vsn.mk +++ b/lib/asn1/vsn.mk @@ -1 +1 @@ -ASN1_VSN = 5.0.10 +ASN1_VSN = 5.0.11 |