Skip to content

Commit 9a3d1a4

Browse files
author
Erlang/OTP
committed
Prepare release
1 parent 0ba449a commit 9a3d1a4

File tree

7 files changed

+67
-21
lines changed

7 files changed

+67
-21
lines changed

erts/doc/src/notes.xml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,35 @@
3131
</header>
3232
<p>This document describes the changes made to the ERTS application.</p>
3333

34+
<section><title>Erts 13.2.2</title>
35+
36+
<section><title>Fixed Bugs and Malfunctions</title>
37+
<list>
38+
<item>
39+
<p>
40+
If a runtime system which was starting the distribution
41+
already had existing pids, ports, or references referring
42+
to a node with the same nodename/creation pair that the
43+
runtime system was about to use, these already existing
44+
pids, ports, or references would not work as expected in
45+
various situations after the node had gone alive. This
46+
could only occur if the runtime system was communicated
47+
such pids, ports, or references prior to the distribution
48+
was started. That is, it was extremely unlikely to happen
49+
unless the distribution was started dynamically and was
50+
even then very unlikely to happen. The runtime system now
51+
checks for already existing pids, ports, and references
52+
with the same nodename/creation pair that it is about to
53+
use. If such are found another creation will be chosen in
54+
order to avoid these issues.</p>
55+
<p>
56+
Own Id: OTP-18570 Aux Id: PR-7190 </p>
57+
</item>
58+
</list>
59+
</section>
60+
61+
</section>
62+
3463
<section><title>Erts 13.2.1</title>
3564

3665
<section><title>Fixed Bugs and Malfunctions</title>

erts/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# %CopyrightEnd%
1919
#
2020

21-
VSN = 13.2.1
21+
VSN = 13.2.2
2222

2323
# Port number 4365 in 4.2
2424
# Port number 4366 in 4.3

lib/compiler/doc/src/notes.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,21 @@
3232
<p>This document describes the changes made to the Compiler
3333
application.</p>
3434

35+
<section><title>Compiler 8.2.6</title>
36+
37+
<section><title>Fixed Bugs and Malfunctions</title>
38+
<list>
39+
<item>
40+
<p>Fixed type handling bugs that could cause an internal
41+
error in the compiler for correct code.</p>
42+
<p>
43+
Own Id: OTP-18565 Aux Id: GH-7147 </p>
44+
</item>
45+
</list>
46+
</section>
47+
48+
</section>
49+
3550
<section><title>Compiler 8.2.5</title>
3651

3752
<section><title>Fixed Bugs and Malfunctions</title>

lib/compiler/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
COMPILER_VSN = 8.2.5
1+
COMPILER_VSN = 8.2.6

lib/os_mon/doc/src/notes.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,23 @@
3131
</header>
3232
<p>This document describes the changes made to the OS_Mon application.</p>
3333

34+
<section><title>Os_Mon 2.8.2</title>
35+
36+
<section><title>Fixed Bugs and Malfunctions</title>
37+
<list>
38+
<item>
39+
<p>
40+
Avoid error report from failing <c>erlang:port_close</c>
41+
at shutdown of <c>cpu_sup</c> and <c>memsup</c>. Bug
42+
exists since OTP 25.3 (os_mon-2.8.1).</p>
43+
<p>
44+
Own Id: OTP-18559 Aux Id: ERIERL-942 </p>
45+
</item>
46+
</list>
47+
</section>
48+
49+
</section>
50+
3451
<section><title>Os_Mon 2.8.1</title>
3552

3653
<section><title>Fixed Bugs and Malfunctions</title>

lib/os_mon/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
OS_MON_VSN = 2.8.1
1+
OS_MON_VSN = 2.8.2

make/otp_version_tickets

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
OTP-18422
2-
OTP-18480
3-
OTP-18489
4-
OTP-18497
5-
OTP-18506
6-
OTP-18509
7-
OTP-18512
8-
OTP-18516
9-
OTP-18519
10-
OTP-18525
11-
OTP-18545
12-
OTP-18550
13-
OTP-18553
14-
OTP-18554
15-
OTP-18555
16-
OTP-18557
17-
OTP-18560
18-
OTP-18563
1+
OTP-18559
2+
OTP-18565
3+
OTP-18570

0 commit comments

Comments
 (0)