diff options
author | Erlang/OTP <[email protected]> | 2017-12-15 16:03:50 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-12-15 16:03:50 +0100 |
commit | b8dc58da77e4ccf3eb8c30c77b3924e27f89c6e4 (patch) | |
tree | f46d8a3c541abf1889d7bc10ecb5b33eb0ff8066 /erts/doc/src | |
parent | b38309e7a1e323fdc518f6e88e31a1a3e3082599 (diff) | |
download | otp-b8dc58da77e4ccf3eb8c30c77b3924e27f89c6e4.tar.gz otp-b8dc58da77e4ccf3eb8c30c77b3924e27f89c6e4.tar.bz2 otp-b8dc58da77e4ccf3eb8c30c77b3924e27f89c6e4.zip |
Prepare release
Diffstat (limited to 'erts/doc/src')
-rw-r--r-- | erts/doc/src/notes.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index e1c8dbb501..2f2a527176 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,32 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 8.3.5.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>Fixed a bug in file closure on Unix; close(2) was + retried on EINTR which could cause a different (recently + opened) file to be closed as well.</p> + <p> + Own Id: OTP-14775</p> + </item> + <item> + <p> + A race-condition when tearing down a connection with + active node monitors could cause the runtime system to + crash.</p> + <p> + This bug was introduced in ERTS version 8.0 (OTP 19.0).</p> + <p> + Own Id: OTP-14781 Aux Id: OTP-13047 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 8.3.5.3</title> <section><title>Fixed Bugs and Malfunctions</title> |