Skip to content

Commit 5719f45

Browse files
author
Erlang/OTP
committed
Prepare release
1 parent c3aa14b commit 5719f45

File tree

11 files changed

+107
-8
lines changed

11 files changed

+107
-8
lines changed

erts/doc/src/notes.xml

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

34+
<section><title>Erts 14.2.5.10</title>
35+
36+
<section><title>Fixed Bugs and Malfunctions</title>
37+
<list>
38+
<item>
39+
<p>Fixed an emulator crash when setting an error_handler
40+
module that was not yet loaded.</p>
41+
<p>
42+
Own Id: OTP-19577 Aux Id: ERIERL-1220, PR-9696 </p>
43+
</item>
44+
<item>
45+
<p>Fixed a rare bug that could cause an emulator crash
46+
after unloading a module or erasing a
47+
persistent_term.</p>
48+
<p>
49+
Own Id: OTP-19599 Aux Id: PR-9724 </p>
50+
</item>
51+
</list>
52+
</section>
53+
54+
</section>
55+
3456
<section><title>Erts 14.2.5.9</title>
3557

3658
<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.9
21+
VSN = 14.2.5.10
2222

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

lib/compiler/doc/src/notes.xml

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

35+
<section><title>Compiler 8.4.3.3</title>
36+
37+
<section><title>Fixed Bugs and Malfunctions</title>
38+
<list>
39+
<item>
40+
<p>Fix a bug where unloaded nifs can crash the
41+
compiler.</p>
42+
<p>
43+
Own Id: OTP-19600 Aux Id: PR-9737, GH-9715 </p>
44+
</item>
45+
</list>
46+
</section>
47+
48+
</section>
49+
3550
<section><title>Compiler 8.4.3.2</title>
3651

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

lib/compiler/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
COMPILER_VSN = 8.4.3.2
1+
COMPILER_VSN = 8.4.3.3

lib/kernel/doc/src/notes.xml

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

34+
<section><title>Kernel 9.2.4.8</title>
35+
36+
<section><title>Fixed Bugs and Malfunctions</title>
37+
<list>
38+
<item>
39+
<p>With this change, disk_log will not crash when using
40+
chunk_step/3 after log size was decreased.</p>
41+
<p>
42+
Own Id: OTP-19605 Aux Id: GH-9720, PR-9765 </p>
43+
</item>
44+
<item>
45+
<p>With this change, disk_log will not run into infinite
46+
loop when using chunk/2,3 after log size was
47+
decreased.</p>
48+
<p>
49+
Own Id: OTP-19608 Aux Id: GH-9707, PR-9767 </p>
50+
</item>
51+
</list>
52+
</section>
53+
54+
</section>
55+
3456
<section><title>Kernel 9.2.4.7</title>
3557

3658
<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.7
1+
KERNEL_VSN = 9.2.4.8

lib/ssh/doc/src/notes.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,21 @@
3030
<file>notes.xml</file>
3131
</header>
3232

33+
<section><title>Ssh 5.1.4.9</title>
34+
35+
<section><title>Fixed Bugs and Malfunctions</title>
36+
<list>
37+
<item>
38+
<p>Fix KEX strict implementation according to
39+
draft-miller-sshm-strict-kex-01 document.</p>
40+
<p>
41+
Own Id: OTP-19625 Aux Id: CVE-2025-46712 </p>
42+
</item>
43+
</list>
44+
</section>
45+
46+
</section>
47+
3348
<section><title>Ssh 5.1.4.8</title>
3449

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

lib/ssh/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#-*-makefile-*- ; force emacs to enter makefile-mode
22

3-
SSH_VSN = 5.1.4.8
3+
SSH_VSN = 5.1.4.9
44
APP_VSN = "ssh-$(SSH_VSN)"

lib/xmerl/doc/src/notes.xml

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

3434

35+
<section><title>Xmerl 1.3.34.3</title>
36+
37+
<section><title>Improvements and New Features</title>
38+
<list>
39+
<item>
40+
<p> A new option to discard whitespace before the
41+
<c>xml</c> tag when reading from a stream has been added
42+
to the Xmerl SAX parser. </p> <taglist>
43+
<tag><c>{discard_ws_before_xml_document,
44+
Boolean}</c></tag> <item>Discard whitespace before
45+
<c>xml</c> tag instead of returning a fatal error if set
46+
to <c>true</c> (<c>false</c> is default)</item>
47+
</taglist>
48+
<p>
49+
Own Id: OTP-19602 Aux Id: PR-9753 </p>
50+
</item>
51+
</list>
52+
</section>
53+
54+
</section>
55+
3556
<section><title>Xmerl 1.3.34.2</title>
3657

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

lib/xmerl/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
XMERL_VSN = 1.3.34.2
1+
XMERL_VSN = 1.3.34.3

0 commit comments

Comments
 (0)