aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/notes.xml
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2015-01-26 10:30:45 +0100
committerErlang/OTP <[email protected]>2015-01-26 10:30:45 +0100
commit82d5db1537fe1661051783ef909b103984e7661c (patch)
tree127dd99ede5a3e5b4cbf757ad5a9b5ed30f68c4e /erts/doc/src/notes.xml
parent2ce7455524fcc0536644147f3f93d5e43bbecb0b (diff)
downloadotp-82d5db1537fe1661051783ef909b103984e7661c.tar.gz
otp-82d5db1537fe1661051783ef909b103984e7661c.tar.bz2
otp-82d5db1537fe1661051783ef909b103984e7661c.zip
Prepare release
Diffstat (limited to 'erts/doc/src/notes.xml')
-rw-r--r--erts/doc/src/notes.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index dd9e7507df..442cebdc37 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -30,6 +30,25 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>
+<section><title>Erts 5.10.4.3</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Fix race bug that could cause VM crash in
+ <c>erlang:port_get_data/1</c> if the port was closed by a
+ concurrent process. Also fix fatal bug if
+ <c>port_set_data/2</c> is called with a non-immediate
+ data term. Both bugs exist since R16B01.</p>
+ <p>
+ Own Id: OTP-12208</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 5.10.4.2</title>
<section><title>Improvements and New Features</title>