aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2018-11-01 11:29:57 +0100
committerRickard Green <[email protected]>2018-11-01 11:29:57 +0100
commitc5e3518d1d65a13f8aa354d0575c90eae9fe3deb (patch)
treee7fce57a5eac12779584341e5fb0f23c140e7c2d /erts
parentfd7be62b180cdb2517c363494cf49260e4a53afa (diff)
parent1da4135c98d9160d2d890724eb423db1fd1e39a2 (diff)
downloadotp-c5e3518d1d65a13f8aa354d0575c90eae9fe3deb.tar.gz
otp-c5e3518d1d65a13f8aa354d0575c90eae9fe3deb.tar.bz2
otp-c5e3518d1d65a13f8aa354d0575c90eae9fe3deb.zip
Merge branch 'maint-20' into maint
* maint-20: Updated OTP version Prepare release
Diffstat (limited to 'erts')
-rw-r--r--erts/doc/src/notes.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index d9ff8d9688..533e1d5eb7 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -1355,6 +1355,30 @@
</section>
+<section><title>Erts 9.3.3.5</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ ERTS internal trees of monitor structures could get into
+ an inconsistent state. This could cause <c>'DOWN'</c>
+ messages not to be delivered when they should, as well as
+ delivery of <c>'DOWN'</c> messages that should not be
+ delivered.</p>
+ <p>
+ This bug was introduced in ERTS version 9.0 (OTP 20.0)
+ and was fixed in ERTS version 10.0 (OTP 21.0) due to a
+ rewrite of the monitor code. That is, this bug only exist
+ in the OTP 20 release.</p>
+ <p>
+ Own Id: OTP-15399 Aux Id: ERL-751, ERIERL-262, OTP-14205 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 9.3.3.4</title>
<section><title>Fixed Bugs and Malfunctions</title>