Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Erlang/OTP committed Jan 26, 2025
1 parent 3607d75 commit 1317faa
Show file tree
Hide file tree
Showing 13 changed files with 128 additions and 17 deletions.
14 changes: 14 additions & 0 deletions erts/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,20 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>

<section><title>Erts 14.2.5.6</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>Fixed configure tests for GCC 14</p>
<p>
Own Id: OTP-19407 Aux Id: GH-9211, PR-9234 </p>
</item>
</list>
</section>

</section>

<section><title>Erts 14.2.5.5</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 = 14.2.5.5
VSN = 14.2.5.6

# Port number 4365 in 4.2
# Port number 4366 in 4.3
Expand Down
16 changes: 16 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,22 @@
<file>notes.xml</file>
</header>

<section><title>Common_Test 1.26.2.4</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>Common test will now not crash when running tests with
OTP-26 and earlier, while having previous test results
from OTP-27.</p>
<p>
Own Id: OTP-19385 Aux Id: ERIERL-1166, PR-9155, PR-9156 </p>
</item>
</list>
</section>

</section>

<section><title>Common_Test 1.26.2.3</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.3
COMMON_TEST_VSN = 1.26.2.4
14 changes: 14 additions & 0 deletions lib/dialyzer/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,20 @@
<p>This document describes the changes made to the Dialyzer
application.</p>

<section><title>Dialyzer 5.1.3.1</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>Fixed a crash caused by the use of opaque types.</p>
<p>
Own Id: OTP-19439 Aux Id: ERIERL-1183, PR-9314 </p>
</item>
</list>
</section>

</section>

<section><title>Dialyzer 5.1.3</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
2 changes: 1 addition & 1 deletion lib/dialyzer/vsn.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIALYZER_VSN = 5.1.3
DIALYZER_VSN = 5.1.3.1
17 changes: 17 additions & 0 deletions lib/kernel/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,23 @@
</header>
<p>This document describes the changes made to the Kernel application.</p>

<section><title>Kernel 9.2.4.5</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>Fix bug where log printouts would go missing when
<c>application_controller</c> is stopping while log
messages are being sent.</p> <p>This bug was introduced
by OTP-19078 in Erlang/OTP 26.2.5. </p>
<p>
Own Id: OTP-19418 Aux Id: GH-9163 PR-9274 </p>
</item>
</list>
</section>

</section>

<section><title>Kernel 9.2.4.4</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
2 changes: 1 addition & 1 deletion lib/kernel/vsn.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
KERNEL_VSN = 9.2.4.4
KERNEL_VSN = 9.2.4.5
29 changes: 29 additions & 0 deletions lib/ssh/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,35 @@
<file>notes.xml</file>
</header>

<section><title>Ssh 5.1.4.5</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>With this change, type specs for
ssh:connection_info/1,2 functions are fixed so they
include {error, term()} return value.</p>
<p>
Own Id: OTP-19388 Aux Id: ERIERL-1165, PR-9161 </p>
</item>
<item>
<p>With this change, ssh client accepts a banner sent
during processing keyboard interactive user
authentication.</p>
<p>
Own Id: OTP-19392 Aux Id: PR-9139, GH-9065 </p>
</item>
<item>
<p> With this change, large sftp transfers does not hang.
Redundant window adjustment are not requested. </p>
<p>
Own Id: OTP-19435 Aux Id: PR-9309 </p>
</item>
</list>
</section>

</section>

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

<section><title>SSL 11.1.4.7</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>An initiated handshake should always be closed with an
alert, some corner cases have been fixed so that this
should always be the case.</p>
<p>
Own Id: OTP-19411 Aux Id: PR-9273, ERIERL-1174 </p>
</item>
<item>
<p>Correct option handling to work properly for paused
handshaking. Could result in unwanted alerts or or error
messages. </p>
<p>
Own Id: OTP-19445 Aux Id: GH-9177, PR-9322 </p>
</item>
</list>
</section>

</section>

<section><title>SSL 11.1.4.6</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.6
SSL_VSN = 11.1.4.7
20 changes: 9 additions & 11 deletions make/otp_version_tickets
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
OTP-19240
OTP-19330
OTP-19332
OTP-19350
OTP-19352
OTP-19357
OTP-19365
OTP-19366
OTP-19368
OTP-19379
OTP-19380
OTP-19385
OTP-19388
OTP-19392
OTP-19407
OTP-19411
OTP-19418
OTP-19435
OTP-19439
OTP-19445

0 comments on commit 1317faa

Please sign in to comment.