diff options
author | Erlang/OTP <[email protected]> | 2013-04-26 12:33:26 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2013-04-26 12:33:26 +0200 |
commit | 9094e59fd99bd46d97ff0c7f39838eb033b61fd5 (patch) | |
tree | f20f7df549f6f1e4149a7ecf81e641cb8e806999 /erts | |
parent | bfc0387a40097414f5e1af11d01ec621296cc33f (diff) | |
download | otp-9094e59fd99bd46d97ff0c7f39838eb033b61fd5.tar.gz otp-9094e59fd99bd46d97ff0c7f39838eb033b61fd5.tar.bz2 otp-9094e59fd99bd46d97ff0c7f39838eb033b61fd5.zip |
Prepare release
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/notes.xml | 21 | ||||
-rw-r--r-- | erts/vsn.mk | 2 |
2 files changed, 22 insertions, 1 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 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 5.9.3.2</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + 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.</p> + <p> + Own Id: OTP-11067</p> + </item> + </list> + </section> + +</section> + <section><title>Erts 5.9.3.1</title> <section><title>Known Bugs and Problems</title> 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 |