From 46f5b571ba92c29a0471d9619f372b102ec4a6c0 Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 25 Apr 2012 19:14:37 +0200 Subject: Prepare release --- erts/doc/src/notes.xml | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++ erts/vsn.mk | 2 +- 2 files changed, 69 insertions(+), 1 deletion(-) (limited to 'erts') diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 028a2bbf3d..6b6a3374d1 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -30,6 +30,74 @@

This document describes the changes made to the ERTS application.

+
Erts 5.9.1.1 + +
Fixed Bugs and Malfunctions + + +

+ If threads support for the runtime system had been + disabled at compile time (--disable-threads had + been passed to configure), and the +A + command line argument of erl was passed when + starting the runtime system, driver_system_info() + erroneously claimed that the runtime system had async + threads even though it had not.

+

+ Due to this bug the file driver did not split tasks into + smaller chunks, but instead completed the whole task at + once, i.e., the scheduler got occupied with I/O for a + longer time than intended.

+

+ Own Id: OTP-10059

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

+ A proposal for a new scheduler wakeup strategy has been + implemented. For more information see the documentation + of the +sws command + line argument of erl.

+

+ Own Id: OTP-10033 Aux Id: Seq12025

+
+ +

+ A switch for configuration of busy wait length for + scheduler threads has been added. For more information + see the documentation of the +sbwt command line argument + of erl.

+

+ Own Id: OTP-10044 Aux Id: Seq11976

+
+ +

+ The extra memory barriers introduced by bug-fix OTP-9281 + were unnecessarily used also on tables without the + write_concurrency option enabled. This could + unnecessarily degrade performance of ETS tables without + write_concurrency on some hardware (e.g. PowerPC) + while not effecting performance at all on other hardware + (e.g. x86/x86_64).

+

+ OTP-9281 (R14B03): ETS tables using the + write_concurrency option could potentially get + into an internally inconsistent state.

+

+ Own Id: OTP-10048 Aux Id: OTP-9281

+
+
+
+ +
+
Erts 5.9.1
Fixed Bugs and Malfunctions diff --git a/erts/vsn.mk b/erts/vsn.mk index bbf77b1a68..42a94e18b8 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -17,7 +17,7 @@ # %CopyrightEnd% # -VSN = 5.9.1 +VSN = 5.9.1.1 SYSTEM_VSN = R15B01 # Port number 4365 in 4.2 -- cgit v1.2.3