aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2013-04-26 12:33:26 +0200
committerErlang/OTP <[email protected]>2013-04-26 12:33:26 +0200
commit9094e59fd99bd46d97ff0c7f39838eb033b61fd5 (patch)
treef20f7df549f6f1e4149a7ecf81e641cb8e806999 /lib
parentbfc0387a40097414f5e1af11d01ec621296cc33f (diff)
downloadotp-9094e59fd99bd46d97ff0c7f39838eb033b61fd5.tar.gz
otp-9094e59fd99bd46d97ff0c7f39838eb033b61fd5.tar.bz2
otp-9094e59fd99bd46d97ff0c7f39838eb033b61fd5.zip
Prepare release
Diffstat (limited to 'lib')
-rw-r--r--lib/test_server/doc/src/notes.xml21
-rw-r--r--lib/test_server/vsn.mk2
2 files changed, 22 insertions, 1 deletions
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 @@
<file>notes.xml</file>
</header>
+<section><title>Test_Server 3.5.3.1</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>Test_Server 3.5.3</title>
<section><title>Improvements and New Features</title>
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