diff options
author | Erlang/OTP <[email protected]> | 2016-07-23 10:43:23 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-07-23 10:43:23 +0200 |
commit | a2025b7d7f318ef40fd3f473bd2d72025e834210 (patch) | |
tree | 87057ab17268ef2f7ea9f01d9e2bc27783d7349a /erts | |
parent | 1b000935ff8b570398a360032feb099fe000d7e1 (diff) | |
download | otp-a2025b7d7f318ef40fd3f473bd2d72025e834210.tar.gz otp-a2025b7d7f318ef40fd3f473bd2d72025e834210.tar.bz2 otp-a2025b7d7f318ef40fd3f473bd2d72025e834210.zip |
Prepare release
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/notes.xml | 17 | ||||
-rw-r--r-- | erts/vsn.mk | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 7ccddf4ff0..baf4e82b4f 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -32,6 +32,23 @@ <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 7.3.1.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix scheduler deadlock bug in <c>ets:update_counter/4</c> + when key is not found and inserting the default object + causes the table to grow.</p> + <p> + Own Id: OTP-13731 Aux Id: ERL-188 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 7.3.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/erts/vsn.mk b/erts/vsn.mk index 89c3ab8edb..57c1ea63bc 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 7.3.1 +VSN = 7.3.1.1 # Port number 4365 in 4.2 # Port number 4366 in 4.3 |