summaryrefslogtreecommitdiff
path: root/lib/asn1
diff options
context:
space:
mode:
authorHenrik Nord <henrik@erlang.org>2023-03-22 09:48:27 +0100
committerHenrik Nord <henrik@erlang.org>2023-03-22 09:48:27 +0100
commit21adceb75450bc7668902ba7fca5579a9145e240 (patch)
tree878f3b5ab485f911a9742dc0ca85de976d7bd83d /lib/asn1
parente3947d0694331ae063b85750b640d17118593225 (diff)
downloaderlang-21adceb75450bc7668902ba7fca5579a9145e240.tar.gz
Revert "Prepare release"
This reverts commit 1cf126f91eb533783409da95b117207d8c13d9aa.
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