aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2016-08-11 16:23:52 +0200
committerErlang/OTP <[email protected]>2016-08-11 16:23:52 +0200
commitc804924d4dae114b7322e0f9dfc1ca012fc82200 (patch)
treebfee15021eb5742182c6972ae8c10c6d660d96f0
parentb008a1912290d18175a1871f2b6aa2932c8ed6b2 (diff)
downloadotp-c804924d4dae114b7322e0f9dfc1ca012fc82200.tar.gz
otp-c804924d4dae114b7322e0f9dfc1ca012fc82200.tar.bz2
otp-c804924d4dae114b7322e0f9dfc1ca012fc82200.zip
Prepare release
-rw-r--r--erts/doc/src/notes.xml23
-rw-r--r--erts/vsn.mk2
2 files changed, 24 insertions, 1 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>
diff --git a/erts/vsn.mk b/erts/vsn.mk
index dff6b615fc..acd4509304 100644
--- a/erts/vsn.mk
+++ b/erts/vsn.mk
@@ -18,7 +18,7 @@
# %CopyrightEnd%
#
-VSN = 8.0.2
+VSN = 8.0.3
# Port number 4365 in 4.2
# Port number 4366 in 4.3