diff options
author | Erlang/OTP <[email protected]> | 2016-07-14 11:22:49 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-07-14 11:22:49 +0200 |
commit | e35e6a94e57a651e4837c2391d5b1d3ac57c978b (patch) | |
tree | ad0e3de7489fe0dae6356422ef70553397abe3cf /erts/doc/src/notes.xml | |
parent | e84614bb7454087cf5c249a470d2dc47b05f6d28 (diff) | |
download | otp-e35e6a94e57a651e4837c2391d5b1d3ac57c978b.tar.gz otp-e35e6a94e57a651e4837c2391d5b1d3ac57c978b.tar.bz2 otp-e35e6a94e57a651e4837c2391d5b1d3ac57c978b.zip |
Prepare release
Diffstat (limited to 'erts/doc/src/notes.xml')
-rw-r--r-- | erts/doc/src/notes.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 4b5b01d2b1..4337d9d370 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -32,6 +32,31 @@ <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 8.0.2</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> + <item> + <p> + Fix VM abort "Overrun stack and heap" in garbage + collection triggered by a <c>bsl</c> operation and some + very specific heap conditions.</p> + <p> + Own Id: OTP-13732 Aux Id: seq13142 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 8.0.1</title> <section><title>Fixed Bugs and Malfunctions</title> |