summaryrefslogtreecommitdiff
path: root/lib/asn1
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2020-04-22 09:12:49 +0200
committerErlang/OTP <otp@erlang.org>2020-04-22 09:12:49 +0200
commiteee1f3aba92b5a741eabfa1cb6eca0632562777a (patch)
treef88761d2d882dca0e2dd8097c7d2e8238e5fa8b1 /lib/asn1
parent3fc3fc62e96de08f6e91ae546079733160bf5acd (diff)
downloaderlang-eee1f3aba92b5a741eabfa1cb6eca0632562777a.tar.gz
Prepare release
Diffstat (limited to 'lib/asn1')
-rw-r--r--lib/asn1/doc/src/notes.xml35
-rw-r--r--lib/asn1/vsn.mk2
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 &amp;
+ 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