From fb1eab890f6776419b3999285dff45802658e8f0 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 11 Apr 2011 18:14:42 +0200 Subject: Prepare release --- erts/doc/src/notes.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'erts/doc') diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 102fa43c1f..e91839572b 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -30,6 +30,39 @@

This document describes the changes made to the ERTS application.

+
Erts 5.8.3.1 + +
Fixed Bugs and Malfunctions + + +

+ Ets table type ordered_set could order large integer keys + wrongly on pure 64bit platforms. This is now corrected.

+

+ Own Id: OTP-9181

+
+ +

+ The status of a process was unnecessarily set to waiting + before a process was enqueued in a run queue. This bug + was harmless up until OTP-R14B01. In OTP-R14B02 + erlang:hibernate/3 was fixed (OTP-9125). After the + introduction of OTP-9125, the previously harmless process + status bug sometimes caused erroneous badarg exceptions + from process_info().

+

+ OTP-9125 also introduced a thread unsafe access to the + status field of a process which now also have been fixed.

+

+ *** INCOMPATIBILITY with noxs ***

+

+ Own Id: OTP-9197

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