aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2018-08-11 16:06:28 +0200
committerRickard Green <[email protected]>2018-08-11 16:06:28 +0200
commitb4a0a7fee1e5770decfca6cb5358cb349f7916e5 (patch)
treeb562b761172886acefc05ffc06c659e86375b98b /erts/doc
parentf732e69d867553c3d1d26e861f6b46a5490856f0 (diff)
parent503f6c802b2561881e0d4a62b32d7ee71575f319 (diff)
downloadotp-b4a0a7fee1e5770decfca6cb5358cb349f7916e5.tar.gz
otp-b4a0a7fee1e5770decfca6cb5358cb349f7916e5.tar.bz2
otp-b4a0a7fee1e5770decfca6cb5358cb349f7916e5.zip
Merge branch 'maint'
* maint: Updated OTP version Update release notes Update version numbers
Diffstat (limited to 'erts/doc')
-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 acb8a81b3f..fa02c9dd21 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 10.0.5</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 10.0.4</title>
<section><title>Fixed Bugs and Malfunctions</title>