Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Erlang/OTP committed Oct 31, 2024
1 parent c804d1b commit 1dfc93d
Show file tree
Hide file tree
Showing 9 changed files with 102 additions and 29 deletions.
17 changes: 17 additions & 0 deletions lib/common_test/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,23 @@
<file>notes.xml</file>
</header>

<section><title>Common_Test 1.26.2.2</title>

<section><title>Improvements and New Features</title>
<list>
<item>
<p>With this change, prefix option can be specified in
cth_conn_log option list. Option allows to specify how
much of additional information is added in raw log
output.</p>
<p>
Own Id: OTP-19293 Aux Id: ERIERL-1139, PR-8924, PR-8931 </p>
</item>
</list>
</section>

</section>

<section><title>Common_Test 1.26.2.1</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
2 changes: 1 addition & 1 deletion lib/common_test/vsn.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
COMMON_TEST_VSN = 1.26.2.1
COMMON_TEST_VSN = 1.26.2.2
24 changes: 24 additions & 0 deletions lib/crypto/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,30 @@
</header>
<p>This document describes the changes made to the Crypto application.</p>

<section><title>Crypto 5.4.2.3</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>Fixed bug that could cause blocking scheduler threads
in <c>crypto:supports(curves)</c> if called the first
time by more than one Erlang process. Bug exists only in
OTP-26.2.5.4.</p>
<p>
Own Id: OTP-19316 Aux Id: GH-8971, PR-8979 </p>
</item>
<item>
<p>Fixed <c>crypto:hash_final/1</c> for digest types
<c>shake128</c> and <c>shake256</c> when using OpenSSL
3.4 or newer.</p>
<p>
Own Id: OTP-19329 Aux Id: GH-8997, PR-9002 </p>
</item>
</list>
</section>

</section>

<section><title>Crypto 5.4.2.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.2
CRYPTO_VSN = 5.4.2.3
16 changes: 16 additions & 0 deletions lib/ssh/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,22 @@
<file>notes.xml</file>
</header>

<section><title>Ssh 5.1.4.4</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>With this change, ssh connection does not crash upon
receiving exit-signal message for an already terminated
channel.</p>
<p>
Own Id: OTP-19326 Aux Id: PR-8995, GH-8929 </p>
</item>
</list>
</section>

</section>

<section><title>Ssh 5.1.4.3</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 = 5.1.4.3
SSH_VSN = 5.1.4.4
APP_VSN = "ssh-$(SSH_VSN)"
35 changes: 35 additions & 0 deletions lib/ssl/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,41 @@
</header>
<p>This document describes the changes made to the SSL application.</p>

<section><title>SSL 11.1.4.5</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>Avoid generating an internal alert for case that
should have been an orderly shutdown by the supervisor.
</p>
<p>
Own Id: OTP-19311 Aux Id: PR-8980 </p>
</item>
</list>
</section>


<section><title>Improvements and New Features</title>
<list>
<item>
<p>Back port certificate_authorities option for TLS-1.3
servers to pre TLS-1.3 servers to enable them to disable
the sending of certificate authorities in their
certificate request. This will have same affect as the
the TLS-1.3 server option although it is handled by a
different mechanism in these versions, where the
functionality is described to be more of a guidance,
although some pre TLS clients have proven to make it
mandatory as in TLS-1.3 extension handling.</p>
<p>
Own Id: OTP-19325 Aux Id: PR-9001, ERIERL-1147 </p>
</item>
</list>
</section>

</section>

<section><title>SSL 11.1.4.4</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.4
SSL_VSN = 11.1.4.5
31 changes: 6 additions & 25 deletions make/otp_version_tickets
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
OTP-19124
OTP-19158
OTP-19212
OTP-19217
OTP-19221
OTP-19223
OTP-19235
OTP-19236
OTP-19238
OTP-19246
OTP-19247
OTP-19249
OTP-19251
OTP-19252
OTP-19254
OTP-19256
OTP-19257
OTP-19258
OTP-19265
OTP-19266
OTP-19267
OTP-19269
OTP-19270
OTP-19274
OTP-19284
OTP-19293
OTP-19311
OTP-19316
OTP-19325
OTP-19326
OTP-19329

0 comments on commit 1dfc93d

Please sign in to comment.