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/observer/doc/src/notes.xml | 54 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) (limited to 'lib/observer/doc/src/notes.xml') diff --git a/lib/observer/doc/src/notes.xml b/lib/observer/doc/src/notes.xml index 659eb28292..8f3ebcb4de 100644 --- a/lib/observer/doc/src/notes.xml +++ b/lib/observer/doc/src/notes.xml @@ -32,6 +32,60 @@

This document describes the changes made to the Observer application.

+
Observer 2.3 + +
Fixed Bugs and Malfunctions + + +

+ The shell script (priv/bin/cdv) and bat file + (priv/bin/cdv.bat) which can be used for starting + crashdump_viewer both started a distributed erlang node. + This would cause any attempt at starting a second + instance of the crashdump_viewer to fail. To solve this + problem, cdv and cdv.bat now use non-distributed nodes + when starting the crashdump_viewer.

+

+ Own Id: OTP-14010

+
+ +

+ A bug caused the number of buckets to be shown in the + 'Objects' column, and the number of objects to be shown + in the 'Memory' column for ets table in crashdump_viewer. + This is now corrected.

+

+ Own Id: OTP-14064

+
+
+
+ + +
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

+
+
+
+ +
+
Observer 2.2.2
Fixed Bugs and Malfunctions -- cgit v1.2.3