diff options
author | Björn-Egil Dahlberg <[email protected]> | 2013-06-18 12:04:03 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2013-06-18 12:04:03 +0200 |
commit | 2b2646d97a0f2248d7ec1be81fb88488cfec9a56 (patch) | |
tree | c18a924bdaeeef0f2fd1cf7c9653f02802dc9300 /lib/runtime_tools | |
parent | 3ed3b7eeb82816a79efda7ff9fd936e4fe5da6d4 (diff) | |
parent | 8cece79b77952c991e62ae595bcf71cde016a052 (diff) | |
download | otp-2b2646d97a0f2248d7ec1be81fb88488cfec9a56.tar.gz otp-2b2646d97a0f2248d7ec1be81fb88488cfec9a56.tar.bz2 otp-2b2646d97a0f2248d7ec1be81fb88488cfec9a56.zip |
Merge tag 'OTP_R16B01'
The R16B01 release
Conflicts:
lib/sasl/vsn.mk
Diffstat (limited to 'lib/runtime_tools')
-rw-r--r-- | lib/runtime_tools/doc/src/notes.xml | 31 | ||||
-rw-r--r-- | lib/runtime_tools/vsn.mk | 2 |
2 files changed, 32 insertions, 1 deletions
diff --git a/lib/runtime_tools/doc/src/notes.xml b/lib/runtime_tools/doc/src/notes.xml index 84d49cfa99..db35eba436 100644 --- a/lib/runtime_tools/doc/src/notes.xml +++ b/lib/runtime_tools/doc/src/notes.xml @@ -31,6 +31,37 @@ <p>This document describes the changes made to the Runtime_Tools application.</p> +<section><title>Runtime_Tools 1.8.11</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Some bugs related to calculation of CPU/scheduler + utilization in observer are corrected.</p> + <p> + Current function for a process is accepted to be + 'undefined' when running hipe.</p> + <p> + Own Id: OTP-10894</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p>Erlang source files with non-ASCII characters are now + encoded in UTF-8 (instead of latin1).</p> + <p> + Own Id: OTP-11041 Aux Id: OTP-10907 </p> + </item> + </list> + </section> + +</section> + <section><title>Runtime_Tools 1.8.10</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/runtime_tools/vsn.mk b/lib/runtime_tools/vsn.mk index d9c03b7e25..5faae06b53 100644 --- a/lib/runtime_tools/vsn.mk +++ b/lib/runtime_tools/vsn.mk @@ -1 +1 @@ -RUNTIME_TOOLS_VSN = 1.8.10 +RUNTIME_TOOLS_VSN = 1.8.11 |