summaryrefslogtreecommitdiff
path: root/lib/asn1
diff options
context:
space:
mode:
authorHenrik Nord <henrik@erlang.org>2023-02-15 10:09:32 +0100
committerHenrik Nord <henrik@erlang.org>2023-02-15 10:09:32 +0100
commit2b397d7e5580480dc32fa9751db95f4b89ff029e (patch)
tree673bcb7ecfe56d3e0900ae76306e31ab15c65956 /lib/asn1
parentdc132c20447a4780fc9dc7f449b00523876e0f97 (diff)
downloaderlang-2b397d7e5580480dc32fa9751db95f4b89ff029e.tar.gz
Revert "Prepare release"
This reverts commit 587341d994f91af5b30483ee9434e932e3d7b802.
Diffstat (limited to 'lib/asn1')
-rw-r--r--lib/asn1/doc/src/notes.xml26
-rw-r--r--lib/asn1/vsn.mk2
2 files changed, 1 insertions, 27 deletions
diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml
index b8af4a9df0..b39c5c50a9 100644
--- a/lib/asn1/doc/src/notes.xml
+++ b/lib/asn1/doc/src/notes.xml
@@ -32,32 +32,6 @@
<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 a63de49f97..a3706fd209 100644
--- a/lib/asn1/vsn.mk
+++ b/lib/asn1/vsn.mk
@@ -1 +1 @@
-ASN1_VSN = 5.1
+ASN1_VSN = 5.0.21