Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Erlang/OTP committed May 4, 2023
1 parent 0ba449a commit 9a3d1a4
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 21 deletions.
29 changes: 29 additions & 0 deletions erts/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,35 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>

<section><title>Erts 13.2.2</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>
If a runtime system which was starting the distribution
already had existing pids, ports, or references referring
to a node with the same nodename/creation pair that the
runtime system was about to use, these already existing
pids, ports, or references would not work as expected in
various situations after the node had gone alive. This
could only occur if the runtime system was communicated
such pids, ports, or references prior to the distribution
was started. That is, it was extremely unlikely to happen
unless the distribution was started dynamically and was
even then very unlikely to happen. The runtime system now
checks for already existing pids, ports, and references
with the same nodename/creation pair that it is about to
use. If such are found another creation will be chosen in
order to avoid these issues.</p>
<p>
Own Id: OTP-18570 Aux Id: PR-7190 </p>
</item>
</list>
</section>

</section>

<section><title>Erts 13.2.1</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.1
VSN = 13.2.2

# Port number 4365 in 4.2
# Port number 4366 in 4.3
Expand Down
15 changes: 15 additions & 0 deletions lib/compiler/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,21 @@
<p>This document describes the changes made to the Compiler
application.</p>

<section><title>Compiler 8.2.6</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>Fixed type handling bugs that could cause an internal
error in the compiler for correct code.</p>
<p>
Own Id: OTP-18565 Aux Id: GH-7147 </p>
</item>
</list>
</section>

</section>

<section><title>Compiler 8.2.5</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
2 changes: 1 addition & 1 deletion lib/compiler/vsn.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
COMPILER_VSN = 8.2.5
COMPILER_VSN = 8.2.6
17 changes: 17 additions & 0 deletions lib/os_mon/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 OS_Mon application.</p>

<section><title>Os_Mon 2.8.2</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>
Avoid error report from failing <c>erlang:port_close</c>
at shutdown of <c>cpu_sup</c> and <c>memsup</c>. Bug
exists since OTP 25.3 (os_mon-2.8.1).</p>
<p>
Own Id: OTP-18559 Aux Id: ERIERL-942 </p>
</item>
</list>
</section>

</section>

<section><title>Os_Mon 2.8.1</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
2 changes: 1 addition & 1 deletion lib/os_mon/vsn.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
OS_MON_VSN = 2.8.1
OS_MON_VSN = 2.8.2
21 changes: 3 additions & 18 deletions make/otp_version_tickets
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
OTP-18422
OTP-18480
OTP-18489
OTP-18497
OTP-18506
OTP-18509
OTP-18512
OTP-18516
OTP-18519
OTP-18525
OTP-18545
OTP-18550
OTP-18553
OTP-18554
OTP-18555
OTP-18557
OTP-18560
OTP-18563
OTP-18559
OTP-18565
OTP-18570

0 comments on commit 9a3d1a4

Please sign in to comment.