diff options
author | Erlang/OTP <[email protected]> | 2015-01-26 10:30:45 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-01-26 10:30:45 +0100 |
commit | 82d5db1537fe1661051783ef909b103984e7661c (patch) | |
tree | 127dd99ede5a3e5b4cbf757ad5a9b5ed30f68c4e | |
parent | 2ce7455524fcc0536644147f3f93d5e43bbecb0b (diff) | |
download | otp-82d5db1537fe1661051783ef909b103984e7661c.tar.gz otp-82d5db1537fe1661051783ef909b103984e7661c.tar.bz2 otp-82d5db1537fe1661051783ef909b103984e7661c.zip |
Prepare release
-rw-r--r-- | erts/doc/src/notes.xml | 19 | ||||
-rw-r--r-- | erts/vsn.mk | 2 |
2 files changed, 20 insertions, 1 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> diff --git a/erts/vsn.mk b/erts/vsn.mk index 0b5ade5a7a..c8ab34f961 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -17,7 +17,7 @@ # %CopyrightEnd% # -VSN = 5.10.4.2 +VSN = 5.10.4.3 SYSTEM_VSN = R16B03-1 # Port number 4365 in 4.2 |