diff options
author | Rickard Green <[email protected]> | 2016-08-12 14:07:05 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2016-08-12 14:07:05 +0200 |
commit | 3e30322d21066ccbd522a7328b455f57d62b94d0 (patch) | |
tree | b80c6cdd208ef06d229d34991221e466cc72be02 /erts/doc | |
parent | 240846e5dc852eb6af7e2047d1dd757960780244 (diff) | |
parent | 49722eb3e32b92563e576283d84531797c2a3627 (diff) | |
download | otp-3e30322d21066ccbd522a7328b455f57d62b94d0.tar.gz otp-3e30322d21066ccbd522a7328b455f57d62b94d0.tar.bz2 otp-3e30322d21066ccbd522a7328b455f57d62b94d0.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
Avoid segfault when printing slogan after crashdumping
Fix race causing lost wakeup on receive-after timeout
Conflicts:
OTP_VERSION
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 748fa895e8..ca3f654c36 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> |