From 9094e59fd99bd46d97ff0c7f39838eb033b61fd5 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 26 Apr 2013 12:33:26 +0200 Subject: Prepare release --- erts/doc/src/notes.xml | 21 +++++++++++++++++++++ erts/vsn.mk | 2 +- lib/test_server/doc/src/notes.xml | 21 +++++++++++++++++++++ lib/test_server/vsn.mk | 2 +- 4 files changed, 44 insertions(+), 2 deletions(-) diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index e996d3e8e3..1099d76545 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -30,6 +30,27 @@

This document describes the changes made to the ERTS application.

+
Erts 5.9.3.2 + +
Improvements and New Features + + +

+ A new option to erlang:system_monitor, + {long_schedule,Millis} allows you to monitor if your + system performs any lengthy NIF, BIF or driver operations + that might result in bad resource utilization and + therefore bad performance. To better test this + functionality, the test_server has been updated to + include configure tests for usleep.

+

+ Own Id: OTP-11067

+
+
+
+ +
+
Erts 5.9.3.1
Known Bugs and Problems diff --git a/erts/vsn.mk b/erts/vsn.mk index 34410354bc..f522b4c758 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -17,7 +17,7 @@ # %CopyrightEnd% # -VSN = 5.9.3.1 +VSN = 5.9.3.2 SYSTEM_VSN = R15B03 # Port number 4365 in 4.2 diff --git a/lib/test_server/doc/src/notes.xml b/lib/test_server/doc/src/notes.xml index 6a9add044a..66c4d3d494 100644 --- a/lib/test_server/doc/src/notes.xml +++ b/lib/test_server/doc/src/notes.xml @@ -32,6 +32,27 @@ notes.xml +
Test_Server 3.5.3.1 + +
Improvements and New Features + + +

+ A new option to erlang:system_monitor, + {long_schedule,Millis} allows you to monitor if your + system performs any lengthy NIF, BIF or driver operations + that might result in bad resource utilization and + therefore bad performance. To better test this + functionality, the test_server has been updated to + include configure tests for usleep.

+

+ Own Id: OTP-11067

+
+
+
+ +
+
Test_Server 3.5.3
Improvements and New Features diff --git a/lib/test_server/vsn.mk b/lib/test_server/vsn.mk index b956ebb2b3..549904c37c 100644 --- a/lib/test_server/vsn.mk +++ b/lib/test_server/vsn.mk @@ -1 +1 @@ -TEST_SERVER_VSN = 3.5.3 +TEST_SERVER_VSN = 3.5.3.1 -- cgit v1.2.3