From 68b804f34d4ec420d86953e3f519179a40fbee8f Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 29 Jan 2013 11:38:41 +0100 Subject: Prepare release --- lib/runtime_tools/doc/src/notes.xml | 53 +++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) (limited to 'lib/runtime_tools/doc/src/notes.xml') diff --git a/lib/runtime_tools/doc/src/notes.xml b/lib/runtime_tools/doc/src/notes.xml index 90641719c5..35cefb4b78 100644 --- a/lib/runtime_tools/doc/src/notes.xml +++ b/lib/runtime_tools/doc/src/notes.xml @@ -31,6 +31,59 @@

This document describes the changes made to the Runtime_Tools application.

+
Runtime_Tools 1.8.10 + +
Fixed Bugs and Malfunctions + + +

+ Fix Table Viewer refresh crash on no more existing ets + tables (Thanks to Peti Gömori)

+

+ Own Id: OTP-10635

+
+
+
+ + +
Improvements and New Features + + +

+ User Guides for the dynamic tracing tools dtrace and + systemtap have been added to the documentation.

+

+ Own Id: OTP-10155

+
+ +

Where necessary a comment stating encoding has been + added to Erlang files. The comment is meant to be removed + in Erlang/OTP R17B when UTF-8 becomes the default + encoding.

+

+ Own Id: OTP-10630

+
+ +

Some examples overflowing the width of PDF pages have + been corrected.

+

+ Own Id: OTP-10665

+
+ +

+ The backend module appmon_info.erl is moved from appmon + application to runtime_tools. This allows appmon to be + run from a remote erlang node towards a target node which + does not have appmon (and its dependencies) installed, as + long as runtime_tools is installed there.

+

+ Own Id: OTP-10786

+
+
+
+ +
+
Runtime_Tools 1.8.9
Fixed Bugs and Malfunctions -- cgit v1.2.3