aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2018-08-09 17:29:04 +0200
committerErlang/OTP <[email protected]>2018-08-09 17:29:04 +0200
commit962ea06fa99e36a4631ec6459895d9466e61964c (patch)
treee82c0d21c0f35b004b889a1cc4d86e1ed3a4ba70 /erts
parentc5a344a3cace51ef9697adbab05e45f41d44bf13 (diff)
downloadotp-962ea06fa99e36a4631ec6459895d9466e61964c.tar.gz
otp-962ea06fa99e36a4631ec6459895d9466e61964c.tar.bz2
otp-962ea06fa99e36a4631ec6459895d9466e61964c.zip
Update release notes
Diffstat (limited to 'erts')
-rw-r--r--erts/doc/src/notes.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index b863bc245a..4913b0f204 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -31,6 +31,41 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>
+<section><title>Erts 9.3.3.3</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Fixed a bug which caused an emulator crash when
+ <c>enif_send()</c> was called by a NIF that executed on a
+ dirty scheduler. The bug was either triggered when the
+ NIF called <c>enif_send()</c> without a message
+ environment, or when the process executing the NIF was
+ <c>send</c> traced.</p>
+ <p>
+ Own Id: OTP-15223</p>
+ </item>
+ <item>
+ <p>
+ Fixed a bug causing some Erlang references to be
+ inconsistently ordered. This could for example cause
+ failure to look up certain elements with references as
+ keys in search data structures. This bug was introduced
+ in R13B02.</p>
+ <p>
+ Thanks to Simon Cornish for finding the bug and supplying
+ a fix.</p>
+ <p>
+ *** POTENTIAL INCOMPATIBILITY ***</p>
+ <p>
+ Own Id: OTP-15225</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 9.3.3.2</title>
<section><title>Fixed Bugs and Malfunctions</title>