diff options
author | Erlang/OTP <[email protected]> | 2018-06-19 08:24:54 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-06-19 08:24:54 +0200 |
commit | bb19e24a485e9ef43bcca3fbe9757da83f70c3a0 (patch) | |
tree | a19c71208a9cb9e98cb83fddab2fb63f5bd3436e /lib/runtime_tools | |
parent | fab4839df8dbf6ee394278893382abd9800236a1 (diff) | |
download | otp-bb19e24a485e9ef43bcca3fbe9757da83f70c3a0.tar.gz otp-bb19e24a485e9ef43bcca3fbe9757da83f70c3a0.tar.bz2 otp-bb19e24a485e9ef43bcca3fbe9757da83f70c3a0.zip |
Prepare release
Diffstat (limited to 'lib/runtime_tools')
-rw-r--r-- | lib/runtime_tools/doc/src/notes.xml | 16 | ||||
-rw-r--r-- | lib/runtime_tools/vsn.mk | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/lib/runtime_tools/doc/src/notes.xml b/lib/runtime_tools/doc/src/notes.xml index c6aab6f116..5692df2ab4 100644 --- a/lib/runtime_tools/doc/src/notes.xml +++ b/lib/runtime_tools/doc/src/notes.xml @@ -32,6 +32,22 @@ <p>This document describes the changes made to the Runtime_Tools application.</p> +<section><title>Runtime_Tools 1.13</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + New utility module <c>scheduler</c> which makes it easier + to measure scheduler utilization.</p> + <p> + Own Id: OTP-14904</p> + </item> + </list> + </section> + +</section> + <section><title>Runtime_Tools 1.12.5</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/runtime_tools/vsn.mk b/lib/runtime_tools/vsn.mk index 26869b9412..0a4ad61537 100644 --- a/lib/runtime_tools/vsn.mk +++ b/lib/runtime_tools/vsn.mk @@ -1 +1 @@ -RUNTIME_TOOLS_VSN = 1.12.5 +RUNTIME_TOOLS_VSN = 1.13 |