summaryrefslogtreecommitdiff
path: root/lib/stdlib/doc/src/notes.xml
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2022-10-03 10:12:54 +0200
committerErlang/OTP <otp@erlang.org>2022-10-03 10:12:54 +0200
commit3d79543efa5ee7302528716d1a3be6ee7d4636e1 (patch)
treeaaabf294275f6711916a67bf20d55e719c495b8a /lib/stdlib/doc/src/notes.xml
parent981891ce25966530bbc696933110dae10ac81e96 (diff)
downloaderlang-3d79543efa5ee7302528716d1a3be6ee7d4636e1.tar.gz
Prepare release
Diffstat (limited to 'lib/stdlib/doc/src/notes.xml')
-rw-r--r--lib/stdlib/doc/src/notes.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml
index af68daad9e..22fc933df6 100644
--- a/lib/stdlib/doc/src/notes.xml
+++ b/lib/stdlib/doc/src/notes.xml
@@ -31,6 +31,27 @@
</header>
<p>This document describes the changes made to the STDLIB application.</p>
+<section><title>STDLIB 4.1.1</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ <seeerl marker="stdlib:peer"><c>peer</c></seeerl> nodes
+ failed to halt when the process supervising the control
+ connection crashed. When an alternative control
+ connection was used, this supervision process also quite
+ frequently crashed when the <c>peer</c> node was stopped
+ by the node that started it which caused the <c>peer</c>
+ node to linger without ever halting.</p>
+ <p>
+ Own Id: OTP-18249 Aux Id: PR-6301 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>STDLIB 4.1</title>
<section><title>Fixed Bugs and Malfunctions</title>