From b92ea63417bc6933393a3c285faf393b3d287ac2 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 12 Dec 2011 18:14:34 +0100 Subject: Prepare release --- lib/runtime_tools/doc/src/notes.xml | 50 +++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) (limited to 'lib/runtime_tools/doc') diff --git a/lib/runtime_tools/doc/src/notes.xml b/lib/runtime_tools/doc/src/notes.xml index 0bb76e1ea4..ccf11bf0fe 100644 --- a/lib/runtime_tools/doc/src/notes.xml +++ b/lib/runtime_tools/doc/src/notes.xml @@ -31,6 +31,56 @@

This document describes the changes made to the Runtime_Tools application.

+
Runtime_Tools 1.8.7 + +
Fixed Bugs and Malfunctions + + +

+ Earlier dbg:stop only did erlang:trace_delivered and did + not flush the trace file driver. Therefore there could + still be trace messages that were delivered to the driver + (guaranteed by erlang:trace_delivered) but not yet + written to the file when dbg:stop returned. Flushing is + now added on each node before the dbg process terminates.

+

+ Own Id: OTP-9651

+
+ +

+ File handles created by the trace_file_drv driver was + inherited to child processes. This is now corrected.

+

+ Own Id: OTP-9658

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

Erlang/OTP can now be built using parallel make if you + limit the number of jobs, for instance using 'make + -j6' or 'make -j10'. 'make -j' does not + work at the moment because of some missing + dependencies.

+

+ Own Id: OTP-9451

+
+ +

+ Two new built-in trace pattern aliases have been added: + caller_trace (c) and caller_exception_trace (cx). See the + dbg:ltp/0 documentation for more info.

+

+ Own Id: OTP-9458

+
+
+
+ +
+
Runtime_Tools 1.8.6
Improvements and New Features -- cgit v1.2.3