diff options
author | Erlang/OTP <[email protected]> | 2016-08-11 16:24:08 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-08-11 16:24:08 +0200 |
commit | 59032135b5edb29dc6532ab18e0d17ee776e5df8 (patch) | |
tree | c38c59d28e431c493e919ebc1c2ab64a97ffe86d /erts/doc/src/notes.xml | |
parent | 290520c49a4f6366d7a27ca765275d0a1174497c (diff) | |
download | otp-59032135b5edb29dc6532ab18e0d17ee776e5df8.tar.gz otp-59032135b5edb29dc6532ab18e0d17ee776e5df8.tar.bz2 otp-59032135b5edb29dc6532ab18e0d17ee776e5df8.zip |
Prepare release
Diffstat (limited to 'erts/doc/src/notes.xml')
-rw-r--r-- | erts/doc/src/notes.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index baf4e82b4f..f816cdf3a8 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -32,6 +32,29 @@ <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 7.3.1.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fixed a race that could cause a lost wakeup of a process + that timed out in a <c>receive ... after</c>. This bug + was introduced in ERTS version 7.0.</p> + <p> + Own Id: OTP-13798 Aux Id: OTP-11997 </p> + </item> + <item> + <p> + Fixed segfault after writing an erl crash dump.</p> + <p> + Own Id: OTP-13799</p> + </item> + </list> + </section> + +</section> + <section><title>Erts 7.3.1.1</title> <section><title>Fixed Bugs and Malfunctions</title> |