From 7b31cdb80624567568474d79bff07e053457a450 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 4 Apr 2013 17:54:00 +0200 Subject: Prepare release --- erts/doc/src/notes.xml | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) (limited to 'erts/doc/src/notes.xml') diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 7fc61517a8..c9c46afa4b 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -30,6 +30,61 @@

This document describes the changes made to the ERTS application.

+
Erts 5.10.1.1 + +
Fixed Bugs and Malfunctions + + +

+ The BIF is_process_alive/1 + could prematurely return false while the process + being inspected was terminating. This bug was introduced + in ERTS-5.10.

+

+ Own Id: OTP-10926

+
+ +

Fix a problem in erlang:delete_element/2 where + the call could corrupt one word of stack if the heap and + stack met during call.

+

+ Own Id: OTP-10932

+
+ +

+ The +sws<value> and + +swt<value> + system flags failed if no white space were passed between + the parameter and value parts of the flags. Upon failure, + the runtime system refused to start.

+

+ Own Id: OTP-11000

+
+
+
+ + +
Improvements and New Features + + +

+ Scheduler threads will now by default be less eager + requesting wakeup due to certain cleanup operations. This + can also be controlled using the +swct command line + argument of erl(1).

+

+ Own Id: OTP-10994

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