Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Erlang/OTP committed Feb 20, 2025
1 parent 1a5bfc5 commit 61be499
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 9 deletions.
16 changes: 16 additions & 0 deletions erts/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 ERTS application.</p>

<section><title>Erts 13.2.2.14</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>Fixed BEAM crash when a custom thread sends a large
map (>128 keys) externally encoded with for example
<c>erl_drv_send_term()</c>.</p>
<p>
Own Id: OTP-19495 Aux Id: GH-8208, PR-8209 </p>
</item>
</list>
</section>

</section>

<section><title>Erts 13.2.2.13</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 = 13.2.2.13
VSN = 13.2.2.14

# Port number 4365 in 4.2
# Port number 4366 in 4.3
Expand Down
16 changes: 16 additions & 0 deletions lib/public_key/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,22 @@
<file>notes.xml</file>
</header>

<section><title>Public_Key 1.13.3.6</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p> Consider keyCertSign to compatible with extended key
usage for TLS client/server auth in CAs, adhere to wide
spread implementations</p>
<p>
Own Id: OTP-19240 Aux Id: PR-9286, GH-9208 </p>
</item>
</list>
</section>

</section>

<section><title>Public_Key 1.13.3.5</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
2 changes: 1 addition & 1 deletion lib/public_key/vsn.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PUBLIC_KEY_VSN = 1.13.3.5
PUBLIC_KEY_VSN = 1.13.3.6
15 changes: 15 additions & 0 deletions lib/ssh/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,21 @@
<file>notes.xml</file>
</header>

<section><title>Ssh 4.15.3.10</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>SFTP packets exceeding max packet size are not
processed and dropped.</p>
<p>
Own Id: OTP-19466 Aux Id: ERIERL-1173, CVE-2025-26618 </p>
</item>
</list>
</section>

</section>

<section><title>Ssh 4.15.3.9</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
2 changes: 1 addition & 1 deletion lib/ssh/vsn.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#-*-makefile-*- ; force emacs to enter makefile-mode

SSH_VSN = 4.15.3.9
SSH_VSN = 4.15.3.10
APP_VSN = "ssh-$(SSH_VSN)"
9 changes: 3 additions & 6 deletions make/otp_version_tickets
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
OTP-19381
OTP-19385
OTP-19388
OTP-19392
OTP-19435
OTP-19462
OTP-19240
OTP-19466
OTP-19495

0 comments on commit 61be499

Please sign in to comment.