Skip to content

Commit a87fe21

Browse files
author
Erlang/OTP
committed
Prepare release
1 parent e0bb7e0 commit a87fe21

File tree

12 files changed

+99
-11
lines changed

12 files changed

+99
-11
lines changed

erts/doc/src/notes.xml

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

34+
<section><title>Erts 12.3.2.6</title>
35+
36+
<section><title>Fixed Bugs and Malfunctions</title>
37+
<list>
38+
<item>
39+
<p>
40+
<seemfa
41+
marker="erts:erlang#dist_ctrl_get_data_notification/1">Notifications
42+
about available distribution data</seemfa> sent to
43+
distribution controller processes could be lost.
44+
Distribution controller processes can be used when
45+
implementing an alternative distribution carrier. The
46+
default distribution over tcp was not effected and the
47+
bug was also not present on x86/x86_64 platforms.</p>
48+
<p>
49+
Own Id: OTP-18258 Aux Id: GH-6309, PR-6324 </p>
50+
</item>
51+
</list>
52+
</section>
53+
54+
</section>
55+
3456
<section><title>Erts 12.3.2.5</title>
3557

3658
<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 = 12.3.2.5
21+
VSN = 12.3.2.6
2222

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

lib/asn1/doc/src/notes.xml

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

3434

35+
<section><title>Asn1 5.0.18.1</title>
36+
37+
<section><title>Fixed Bugs and Malfunctions</title>
38+
<list>
39+
<item>
40+
<p>For the <c>per</c> and <c>uper</c> ASN.1 encoding
41+
rules, encoding and decoding the <c>SEQUENCE OF</c> and
42+
<c>SET OF</c> constructs with 16384 items or more is now
43+
supported.</p>
44+
<p>
45+
Own Id: OTP-18245 Aux Id: ERIERL-859 </p>
46+
</item>
47+
</list>
48+
</section>
49+
50+
</section>
51+
3552
<section><title>Asn1 5.0.18</title>
3653

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

lib/asn1/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ASN1_VSN = 5.0.18
1+
ASN1_VSN = 5.0.18.1

lib/dialyzer/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 Dialyzer
3333
application.</p>
3434

35+
<section><title>Dialyzer 4.4.4.1</title>
36+
37+
<section><title>Improvements and New Features</title>
38+
<list>
39+
<item>
40+
<p>The <c>--input_list_file</c> option has been
41+
added.</p>
42+
<p>
43+
Own Id: OTP-18263 Aux Id: ERIERL-821 </p>
44+
</item>
45+
</list>
46+
</section>
47+
48+
</section>
49+
3550
<section><title>Dialyzer 4.4.4</title>
3651

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

lib/dialyzer/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DIALYZER_VSN = 4.4.4
1+
DIALYZER_VSN = 4.4.4.1

lib/kernel/doc/src/global.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
</func>
143143

144144
<func>
145-
<name name="disconnect" arity="0" since="OTP @OTP-18232@"/>
145+
<name name="disconnect" arity="0" since="OTP 24.3.4.6"/>
146146
<fsummary>Disconnect from all other nodes known to global</fsummary>
147147
<desc>
148148
<p>

lib/kernel/doc/src/notes.xml

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

34+
<section><title>Kernel 8.3.2.2</title>
35+
36+
<section><title>Improvements and New Features</title>
37+
<list>
38+
<item>
39+
<p>
40+
A new function <seemfa
41+
marker="kernel:global#disconnect/0"><c>global:disconnect/0</c></seemfa>
42+
has been introduced with which one can cleanly disconnect
43+
a node from all other nodes in a cluster of <c>global</c>
44+
nodes.</p>
45+
<p>
46+
Own Id: OTP-18232 Aux Id: OTP-17843, PR-6264 </p>
47+
</item>
48+
</list>
49+
</section>
50+
51+
</section>
52+
3453
<section><title>Kernel 8.3.2.1</title>
3554

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

lib/kernel/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
KERNEL_VSN = 8.3.2.1
1+
KERNEL_VSN = 8.3.2.2

lib/ssl/doc/src/notes.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,21 @@
2727
</header>
2828
<p>This document describes the changes made to the SSL application.</p>
2929

30+
<section><title>SSL 10.7.3.5</title>
31+
32+
<section><title>Fixed Bugs and Malfunctions</title>
33+
<list>
34+
<item>
35+
<p>
36+
Fixes handling of symlinks in cacertfile option.</p>
37+
<p>
38+
Own Id: OTP-18266 Aux Id: GH-6328 </p>
39+
</item>
40+
</list>
41+
</section>
42+
43+
</section>
44+
3045
<section><title>SSL 10.7.3.4</title>
3146

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

0 commit comments

Comments
 (0)