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 | |
parent | 290520c49a4f6366d7a27ca765275d0a1174497c (diff) | |
download | otp-59032135b5edb29dc6532ab18e0d17ee776e5df8.tar.gz otp-59032135b5edb29dc6532ab18e0d17ee776e5df8.tar.bz2 otp-59032135b5edb29dc6532ab18e0d17ee776e5df8.zip |
Prepare release
-rw-r--r-- | erts/doc/src/notes.xml | 23 | ||||
-rw-r--r-- | erts/vsn.mk | 2 |
2 files changed, 24 insertions, 1 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> diff --git a/erts/vsn.mk b/erts/vsn.mk index 57c1ea63bc..48c9aef7f2 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 7.3.1.1 +VSN = 7.3.1.2 # Port number 4365 in 4.2 # Port number 4366 in 4.3 |