diff options
author | Henrik Nord <henrik@erlang.org> | 2023-03-22 09:48:27 +0100 |
---|---|---|
committer | Henrik Nord <henrik@erlang.org> | 2023-03-22 09:48:27 +0100 |
commit | 21adceb75450bc7668902ba7fca5579a9145e240 (patch) | |
tree | 878f3b5ab485f911a9742dc0ca85de976d7bd83d /lib/public_key | |
parent | e3947d0694331ae063b85750b640d17118593225 (diff) | |
download | erlang-21adceb75450bc7668902ba7fca5579a9145e240.tar.gz |
Revert "Prepare release"
This reverts commit 1cf126f91eb533783409da95b117207d8c13d9aa.
Diffstat (limited to 'lib/public_key')
-rw-r--r-- | lib/public_key/doc/src/notes.xml | 21 | ||||
-rw-r--r-- | lib/public_key/vsn.mk | 2 |
2 files changed, 1 insertions, 22 deletions
diff --git a/lib/public_key/doc/src/notes.xml b/lib/public_key/doc/src/notes.xml index 20e96b08dc..70e1c819f3 100644 --- a/lib/public_key/doc/src/notes.xml +++ b/lib/public_key/doc/src/notes.xml @@ -35,27 +35,6 @@ <file>notes.xml</file> </header> -<section><title>Public_Key 1.14</title> - - <section><title>Improvements and New Features</title> - <list> - <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>Public_Key 1.13.3</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/public_key/vsn.mk b/lib/public_key/vsn.mk index 332583742a..850e86ef69 100644 --- a/lib/public_key/vsn.mk +++ b/lib/public_key/vsn.mk @@ -1 +1 @@ -PUBLIC_KEY_VSN = 1.14 +PUBLIC_KEY_VSN = 1.13.3 |