summaryrefslogtreecommitdiff
path: root/lib/asn1
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2020-03-13 18:33:35 +0100
committerErlang/OTP <otp@erlang.org>2020-03-13 18:33:35 +0100
commit03f87ddf7a032a55adb1f5f2f9b4e1cf0964fc48 (patch)
treec67cae0164136d9ed8684c67510c68855baec2a7 /lib/asn1
parentf1ee84f8bb7b642cb5b6b5fd8f96119676c6ffa3 (diff)
downloaderlang-03f87ddf7a032a55adb1f5f2f9b4e1cf0964fc48.tar.gz
Prepare release
Diffstat (limited to 'lib/asn1')
-rw-r--r--lib/asn1/doc/src/notes.xml16
-rw-r--r--lib/asn1/vsn.mk2
2 files changed, 17 insertions, 1 deletions
diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml
index dc032cc9ea..f4e45ad3ec 100644
--- a/lib/asn1/doc/src/notes.xml
+++ b/lib/asn1/doc/src/notes.xml
@@ -32,6 +32,22 @@
<p>This document describes the changes made to the asn1 application.</p>
+<section><title>Asn1 5.0.10</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Fix 'DEFAULT' with 'OCTET STRING' and 'SEQUENCE OF
+ CHOICE' with extensions.</p>
+ <p>
+ Own Id: OTP-16542 Aux Id: PR-2159 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Asn1 5.0.9</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/asn1/vsn.mk b/lib/asn1/vsn.mk
index 018beda307..901c40d53f 100644
--- a/lib/asn1/vsn.mk
+++ b/lib/asn1/vsn.mk
@@ -1 +1 @@
-ASN1_VSN = 5.0.9
+ASN1_VSN = 5.0.10