summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2022-10-03 12:54:36 +0200
committerErlang/OTP <otp@erlang.org>2022-10-03 12:54:36 +0200
commit6e71da123777479349975cc165f80342a9ca64e6 (patch)
tree49a2074c0be2be95e5a4f59dec585598571ba33f
parent45eaa845fd9ab4beb8526df331d2604383064adf (diff)
downloaderlang-6e71da123777479349975cc165f80342a9ca64e6.tar.gz
Prepare release
-rw-r--r--erts/doc/src/notes.xml22
-rw-r--r--erts/vsn.mk2
-rw-r--r--lib/dialyzer/doc/src/notes.xml15
-rw-r--r--lib/dialyzer/vsn.mk2
-rw-r--r--lib/kernel/doc/src/global.xml2
-rw-r--r--lib/kernel/doc/src/notes.xml19
-rw-r--r--lib/kernel/vsn.mk2
-rw-r--r--make/otp_version_tickets13
8 files changed, 63 insertions, 14 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index 4226af127a..15091435ae 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -31,6 +31,28 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>
+<section><title>Erts 11.2.2.17</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ <seemfa
+ marker="erts:erlang#dist_ctrl_get_data_notification/1">Notifications
+ about available distribution data</seemfa> sent to
+ distribution controller processes could be lost.
+ Distribution controller processes can be used when
+ implementing an alternative distribution carrier. The
+ default distribution over tcp was not effected and the
+ bug was also not present on x86/x86_64 platforms.</p>
+ <p>
+ Own Id: OTP-18258 Aux Id: GH-6309, PR-6324 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 11.2.2.16</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/erts/vsn.mk b/erts/vsn.mk
index 65edbe4ae6..d141ed9f99 100644
--- a/erts/vsn.mk
+++ b/erts/vsn.mk
@@ -18,7 +18,7 @@
# %CopyrightEnd%
#
-VSN = 11.2.2.16
+VSN = 11.2.2.17
# Port number 4365 in 4.2
# Port number 4366 in 4.3
diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml
index eb30975d13..992cab5dd8 100644
--- a/lib/dialyzer/doc/src/notes.xml
+++ b/lib/dialyzer/doc/src/notes.xml
@@ -32,6 +32,21 @@
<p>This document describes the changes made to the Dialyzer
application.</p>
+<section><title>Dialyzer 4.3.1.2</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>The <c>--input_list_file</c> option has been
+ added.</p>
+ <p>
+ Own Id: OTP-18263 Aux Id: ERIERL-821 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Dialyzer 4.3.1.1</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/dialyzer/vsn.mk b/lib/dialyzer/vsn.mk
index 7abbe93c85..8631389a6a 100644
--- a/lib/dialyzer/vsn.mk
+++ b/lib/dialyzer/vsn.mk
@@ -1 +1 @@
-DIALYZER_VSN = 4.3.1.1
+DIALYZER_VSN = 4.3.1.2
diff --git a/lib/kernel/doc/src/global.xml b/lib/kernel/doc/src/global.xml
index 9c7ee81484..337608bee7 100644
--- a/lib/kernel/doc/src/global.xml
+++ b/lib/kernel/doc/src/global.xml
@@ -142,7 +142,7 @@
</func>
<func>
- <name name="disconnect" arity="0" since="OTP @OTP-18232@"/>
+ <name name="disconnect" arity="0" since="OTP 23.3.4.18"/>
<fsummary>Disconnect from all other nodes known to global</fsummary>
<desc>
<p>
diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml
index bdc5c0d787..7b6ffe6359 100644
--- a/lib/kernel/doc/src/notes.xml
+++ b/lib/kernel/doc/src/notes.xml
@@ -31,6 +31,25 @@
</header>
<p>This document describes the changes made to the Kernel application.</p>
+<section><title>Kernel 7.3.1.7</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ A new function <seemfa
+ marker="kernel:global#disconnect/0"><c>global:disconnect/0</c></seemfa>
+ has been introduced with which one can cleanly disconnect
+ a node from all other nodes in a cluster of <c>global</c>
+ nodes.</p>
+ <p>
+ Own Id: OTP-18232 Aux Id: OTP-17843, PR-6264 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Kernel 7.3.1.6</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/kernel/vsn.mk b/lib/kernel/vsn.mk
index a727094e4e..c8fed6d73c 100644
--- a/lib/kernel/vsn.mk
+++ b/lib/kernel/vsn.mk
@@ -1 +1 @@
-KERNEL_VSN = 7.3.1.6
+KERNEL_VSN = 7.3.1.7
diff --git a/make/otp_version_tickets b/make/otp_version_tickets
index 48e248ed46..0976826493 100644
--- a/make/otp_version_tickets
+++ b/make/otp_version_tickets
@@ -1,11 +1,4 @@
OTP-16607
-OTP-18164
-OTP-18169
-OTP-18170
-OTP-18175
-OTP-18177
-OTP-18193
-OTP-18197
-OTP-18198
-OTP-18222
-OTP-18224
+OTP-18232
+OTP-18258
+OTP-18263