summaryrefslogtreecommitdiff
path: root/erts/doc/src/notes.xml
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2021-11-11 16:31:44 +0100
committerErlang/OTP <otp@erlang.org>2021-11-11 16:31:44 +0100
commit5bf1e6102f67483df84ac8d352f215337b769b9c (patch)
treea3fbe91a4d6bc6a4b0b5b6e561fbe8ac2c9ae7b2 /erts/doc/src/notes.xml
parentf33b9e4c612b98e57ce85710abfe56a60040e42f (diff)
downloaderlang-5bf1e6102f67483df84ac8d352f215337b769b9c.tar.gz
Prepare release
Diffstat (limited to 'erts/doc/src/notes.xml')
-rw-r--r--erts/doc/src/notes.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index c9be750576..4918be91ff 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -31,6 +31,38 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>
+<section><title>Erts 11.2.2.8</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ The runtime system could call <c>select()</c> with a too
+ large timeout value when executing on MacOS. This could
+ in turn cause the runtime system to crash.</p>
+ <p>
+ Own Id: OTP-17735 Aux Id: GH-5339 </p>
+ </item>
+ <item>
+ <p>Certain distributed signals that for various reasons
+ must to be forced into the distribution buffer even when
+ it is full would instead be lost if the distribution
+ buffer was full when sent. The effected signals:</p>
+ <list> <item><c>EXIT</c> signals with exit reasons of one
+ word size.</item> <item><c>DOWN</c> signals with exit
+ reasons of one word size.</item> <item><c>demonitor</c>
+ signals from a terminating process.</item>
+ <item><c>unlink_ack</c> signals on OTP 23 and 24.</item>
+ <item><c>spawn_reply</c> signals on OTP 23 and 24.</item>
+ </list>
+ <p>
+ Own Id: OTP-17737 Aux Id: GH-5346, GH-4989 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 11.2.2.7</title>
<section><title>Fixed Bugs and Malfunctions</title>