summaryrefslogtreecommitdiff
path: root/lib/asn1
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2023-02-14 14:02:51 +0100
committerErlang/OTP <otp@erlang.org>2023-02-14 14:02:51 +0100
commit587341d994f91af5b30483ee9434e932e3d7b802 (patch)
treee9e87bb3c2392ab395c7c7976d715cd594851027 /lib/asn1
parent8da90c85f1ff756ddd62973381038c072b9213e3 (diff)
downloaderlang-587341d994f91af5b30483ee9434e932e3d7b802.tar.gz
Prepare release
Diffstat (limited to 'lib/asn1')
-rw-r--r--lib/asn1/doc/src/notes.xml26
-rw-r--r--lib/asn1/vsn.mk2
2 files changed, 27 insertions, 1 deletions
diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml
index b39c5c50a9..b8af4a9df0 100644
--- a/lib/asn1/doc/src/notes.xml
+++ b/lib/asn1/doc/src/notes.xml
@@ -32,6 +32,32 @@
<p>This document describes the changes made to the asn1 application.</p>
+<section><title>Asn1 5.1</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>Minor code improvements.</p>
+ <p>
+ Own Id: OTP-18441</p>
+ </item>
+ <item>
+ <p> Handling of <c>on_load</c> modules during boot has
+ been improved by adding an extra step in the boot order
+ for embedded mode that runs all <c>on_load</c> handlers,
+ instead of relying on explicit invocation of them, later,
+ when the kernel supervision tree starts. </p><p> This is
+ mostly a code improvement and OTP internal simplification
+ to avoid future bugs and to simplify code maintenance.
+ </p>
+ <p>
+ Own Id: OTP-18447</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Asn1 5.0.21</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/asn1/vsn.mk b/lib/asn1/vsn.mk
index a3706fd209..a63de49f97 100644
--- a/lib/asn1/vsn.mk
+++ b/lib/asn1/vsn.mk
@@ -1 +1 @@
-ASN1_VSN = 5.0.21
+ASN1_VSN = 5.1