Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Erlang/OTP committed Jul 9, 2024
1 parent 4f89b41 commit d0b7ad4
Show file tree
Hide file tree
Showing 10 changed files with 101 additions and 19 deletions.
34 changes: 34 additions & 0 deletions erts/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,40 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>

<section><title>Erts 14.2.5.2</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p> When <seeguide
marker="time_correction#no-time-warp-mode"><i>no time
warp mode</i></seeguide> was enabled, a smaller Erlang
monotonic time could be read than a previously read time,
i.e., breaking the monotonic property. The runtime system
will abort when detecting an issue like this since OTP
24.3.4.17 and OTP 25.0. </p> <p> Up until OTP 25 <i>no
time warp mode</i> is the default. As of OTP 26 <seeguide
marker="time_correction#multi-time-warp-mode"><i>multi
time warp mode</i></seeguide> is the default. </p>
<p>
Own Id: OTP-19147 Aux Id: ERIERL-1043, ERIERL-1106,
PR-8619 </p>
</item>
<item>
<p>
A scheduler thread could get stuck when deleting a memory
allocator carrier when adjacent carriers were deleted
and/or inserted simultaneously by other schedulers. This
in turn could cause the other schedulers to get stuck as
well.</p>
<p>
Own Id: OTP-19154 Aux Id: GH-8613, PR-8627 </p>
</item>
</list>
</section>

</section>

<section><title>Erts 14.2.5.1</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
2 changes: 1 addition & 1 deletion erts/vsn.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# %CopyrightEnd%
#

VSN = 14.2.5.1
VSN = 14.2.5.2

# Port number 4365 in 4.2
# Port number 4366 in 4.3
Expand Down
16 changes: 16 additions & 0 deletions lib/crypto/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,22 @@
</header>
<p>This document describes the changes made to the Crypto application.</p>

<section><title>Crypto 5.4.2.1</title>

<section><title>Improvements and New Features</title>
<list>
<item>
<p>Add warning in documentation to avoid
<c>crypto:start/0</c> as it does not work for FIPS mode.
Use <c>application:start(crypto)</c> instead.</p>
<p>
Own Id: OTP-19143 </p>
</item>
</list>
</section>

</section>

<section><title>Crypto 5.4.2</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
2 changes: 1 addition & 1 deletion lib/crypto/vsn.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CRYPTO_VSN = 5.4.2
CRYPTO_VSN = 5.4.2.1
21 changes: 21 additions & 0 deletions lib/ssl/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,27 @@
</header>
<p>This document describes the changes made to the SSL application.</p>

<section><title>SSL 11.1.4.2</title>

<section><title>Improvements and New Features</title>
<list>
<item>
<p>
When the default value for signature_algs is used,
default the signature_algs_cert to the default value +
rsa_pkcs1_sha1 to allow this algorithms for certificates
but not for the TLS protocol. This is for better
interoperability. If signature_algs is set explicitly
signature_algs_cert must also be set explicitly if they
should be different.</p>
<p>
Own Id: OTP-19152 Aux Id: GH-8588 </p>
</item>
</list>
</section>

</section>

<section><title>SSL 11.1.4.1</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
2 changes: 1 addition & 1 deletion lib/ssl/vsn.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SSL_VSN = 11.1.4.1
SSL_VSN = 11.1.4.2
16 changes: 16 additions & 0 deletions lib/stdlib/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,22 @@
</header>
<p>This document describes the changes made to the STDLIB application.</p>

<section><title>STDLIB 5.2.3.1</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>
Fixed a bug that caused the shell completion to crash
when keyword and tuple appeared on the same line.</p>
<p>
Own Id: OTP-19157 Aux Id: PR-8638 </p>
</item>
</list>
</section>

</section>

<section><title>STDLIB 5.2.3</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
6 changes: 4 additions & 2 deletions lib/stdlib/src/stdlib.appup.src
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
{<<"^5\\.2$">>,[restart_new_emulator]},
{<<"^5\\.2\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
{<<"^5\\.2\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
{<<"^5\\.2\\.2(?:\\.[0-9]+)*$">>,[restart_new_emulator]}],
{<<"^5\\.2\\.2(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
{<<"^5\\.2\\.3(?:\\.[0-9]+)*$">>,[restart_new_emulator]}],
[{<<"^3\\.15$">>,[restart_new_emulator]},
{<<"^3\\.15\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
{<<"^3\\.15\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
Expand Down Expand Up @@ -93,4 +94,5 @@
{<<"^5\\.2$">>,[restart_new_emulator]},
{<<"^5\\.2\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
{<<"^5\\.2\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
{<<"^5\\.2\\.2(?:\\.[0-9]+)*$">>,[restart_new_emulator]}]}.
{<<"^5\\.2\\.2(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
{<<"^5\\.2\\.3(?:\\.[0-9]+)*$">>,[restart_new_emulator]}]}.
2 changes: 1 addition & 1 deletion lib/stdlib/vsn.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
STDLIB_VSN = 5.2.3
STDLIB_VSN = 5.2.3.1
19 changes: 6 additions & 13 deletions make/otp_version_tickets
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
OTP-19057
OTP-19063
OTP-19090
OTP-19091
OTP-19092
OTP-19094
OTP-19100
OTP-19104
OTP-19107
OTP-19109
OTP-19121
OTP-19123
OTP-19140
OTP-19143
OTP-19147
OTP-19152
OTP-19154
OTP-19157
OTP-19160

0 comments on commit d0b7ad4

Please sign in to comment.