From fc0427be6d482182ec70f3cd87c73027cfb17ea9 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 9 Dec 2016 11:45:22 +0100 Subject: Prepare release --- lib/runtime_tools/doc/src/notes.xml | 27 +++++++++++++++++++++++++++ lib/runtime_tools/vsn.mk | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) (limited to 'lib/runtime_tools') diff --git a/lib/runtime_tools/doc/src/notes.xml b/lib/runtime_tools/doc/src/notes.xml index 0b830593b4..4c79a560ec 100644 --- a/lib/runtime_tools/doc/src/notes.xml +++ b/lib/runtime_tools/doc/src/notes.xml @@ -32,6 +32,33 @@

This document describes the changes made to the Runtime_Tools application.

+
Runtime_Tools 1.11 + +
Improvements and New Features + + +

+ Add option queue_size to ttb:tracer/2. This sets + the maximum queue size for the IP trace driver which is + used when tracing to shell and/or {local,File}.

+

+ The default value for queue_size is specified by + dbg, and it is now changed from 50 to 200.

+

+ Own Id: OTP-13829 Aux Id: seq13171

+
+ +

+ The port information page is updated to show more + information per port.

+

+ Own Id: OTP-13948 Aux Id: ERL-272

+
+
+
+ +
+
Runtime_Tools 1.10.1
Improvements and New Features diff --git a/lib/runtime_tools/vsn.mk b/lib/runtime_tools/vsn.mk index 0fc86e42f7..53fc51c198 100644 --- a/lib/runtime_tools/vsn.mk +++ b/lib/runtime_tools/vsn.mk @@ -1 +1 @@ -RUNTIME_TOOLS_VSN = 1.10.1 +RUNTIME_TOOLS_VSN = 1.11 -- cgit v1.2.3