diff options
author | Erlang/OTP <[email protected]> | 2016-08-11 16:23:52 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-08-11 16:23:52 +0200 |
commit | c804924d4dae114b7322e0f9dfc1ca012fc82200 (patch) | |
tree | bfee15021eb5742182c6972ae8c10c6d660d96f0 /erts/doc | |
parent | b008a1912290d18175a1871f2b6aa2932c8ed6b2 (diff) | |
download | otp-c804924d4dae114b7322e0f9dfc1ca012fc82200.tar.gz otp-c804924d4dae114b7322e0f9dfc1ca012fc82200.tar.bz2 otp-c804924d4dae114b7322e0f9dfc1ca012fc82200.zip |
Prepare release
Diffstat (limited to 'erts/doc')
-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 4337d9d370..c348f56bc7 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 8.0.3</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 8.0.2</title> <section><title>Fixed Bugs and Malfunctions</title> |