Skip to content

Commit fdbb6eb

Browse files
author
Erlang/OTP
committed
Prepare release
1 parent 38de450 commit fdbb6eb

File tree

7 files changed

+53
-12
lines changed

7 files changed

+53
-12
lines changed

erts/doc/src/notes.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,21 @@
3131
</header>
3232
<p>This document describes the changes made to the ERTS application.</p>
3333

34+
<section><title>Erts 14.2.5.7</title>
35+
36+
<section><title>Fixed Bugs and Malfunctions</title>
37+
<list>
38+
<item>
39+
<p>Disabled an unsafe runtime optimization in binary
40+
construction that caused silent memory corruption.</p>
41+
<p>
42+
Own Id: OTP-19462 Aux Id: ERIERL-1177, PR-9372 </p>
43+
</item>
44+
</list>
45+
</section>
46+
47+
</section>
48+
3449
<section><title>Erts 14.2.5.6</title>
3550

3651
<section><title>Fixed Bugs and Malfunctions</title>

erts/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# %CopyrightEnd%
1919
#
2020

21-
VSN = 14.2.5.6
21+
VSN = 14.2.5.7
2222

2323
# Port number 4365 in 4.2
2424
# Port number 4366 in 4.3

lib/kernel/doc/src/notes.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,22 @@
3131
</header>
3232
<p>This document describes the changes made to the Kernel application.</p>
3333

34+
<section><title>Kernel 9.2.4.6</title>
35+
36+
<section><title>Fixed Bugs and Malfunctions</title>
37+
<list>
38+
<item>
39+
<p>Fixed a couple of bugs that could make <c>global</c>'s
40+
internal state inconsistent when a connection was
41+
reconnected.</p>
42+
<p>
43+
Own Id: OTP-19381 Aux Id: PR-9377, GH-9112, GH-9117 </p>
44+
</item>
45+
</list>
46+
</section>
47+
48+
</section>
49+
3450
<section><title>Kernel 9.2.4.5</title>
3551

3652
<section><title>Fixed Bugs and Malfunctions</title>

lib/kernel/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
KERNEL_VSN = 9.2.4.5
1+
KERNEL_VSN = 9.2.4.6

lib/public_key/doc/src/notes.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,22 @@
3535
<file>notes.xml</file>
3636
</header>
3737

38+
<section><title>Public_Key 1.15.1.5</title>
39+
40+
<section><title>Fixed Bugs and Malfunctions</title>
41+
<list>
42+
<item>
43+
<p> Consider keyCertSign to compatible with extended key
44+
usage for TLS client/server auth in CAs, adhere to wide
45+
spread implementations</p>
46+
<p>
47+
Own Id: OTP-19240 Aux Id: PR-9286, GH-9208 </p>
48+
</item>
49+
</list>
50+
</section>
51+
52+
</section>
53+
3854
<section><title>Public_Key 1.15.1.4</title>
3955

4056
<section><title>Fixed Bugs and Malfunctions</title>

lib/public_key/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PUBLIC_KEY_VSN = 1.15.1.4
1+
PUBLIC_KEY_VSN = 1.15.1.5

make/otp_version_tickets

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
OTP-19385
2-
OTP-19388
3-
OTP-19392
4-
OTP-19407
5-
OTP-19411
6-
OTP-19418
7-
OTP-19435
8-
OTP-19439
9-
OTP-19445
1+
OTP-19240
2+
OTP-19381
3+
OTP-19462

0 commit comments

Comments
 (0)