From e35e6a94e57a651e4837c2391d5b1d3ac57c978b Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 14 Jul 2016 11:22:49 +0200 Subject: Prepare release --- erts/doc/src/notes.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'erts/doc/src') 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 @@

This document describes the changes made to the ERTS application.

+
Erts 8.0.2 + +
Fixed Bugs and Malfunctions + + +

+ Fix scheduler deadlock bug in ets:update_counter/4 + when key is not found and inserting the default object + causes the table to grow.

+

+ Own Id: OTP-13731 Aux Id: ERL-188

+
+ +

+ Fix VM abort "Overrun stack and heap" in garbage + collection triggered by a bsl operation and some + very specific heap conditions.

+

+ Own Id: OTP-13732 Aux Id: seq13142

+
+
+
+ +
+
Erts 8.0.1
Fixed Bugs and Malfunctions -- cgit v1.2.3