File tree Expand file tree Collapse file tree 11 files changed +107
-8
lines changed Expand file tree Collapse file tree 11 files changed +107
-8
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 1- COMPILER_VSN = 8.4.3.2
1+ COMPILER_VSN = 8.4.3.3
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 1- KERNEL_VSN = 9.2.4.7
1+ KERNEL_VSN = 9.2.4.8
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 11# -*-makefile-*- ; force emacs to enter makefile-mode
22
3- SSH_VSN = 5.1.4.8
3+ SSH_VSN = 5.1.4.9
44APP_VSN = "ssh-$(SSH_VSN ) "
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 1- XMERL_VSN = 1.3.34.2
1+ XMERL_VSN = 1.3.34.3
You can’t perform that action at this time.
0 commit comments