From 952db27ba0a5b87a2a47f3a7034a9bf92e3651e5 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 3 Sep 2012 11:52:49 +0200 Subject: Prepare release --- lib/observer/doc/src/notes.xml | 69 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 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 a9554a08f4..ea665eee88 100644 --- a/lib/observer/doc/src/notes.xml +++ b/lib/observer/doc/src/notes.xml @@ -31,6 +31,75 @@

This document describes the changes made to the Observer application.

+
Observer 1.2 + +
Fixed Bugs and Malfunctions + + +

+ The module name in the link to the detail page for each + loaded module was earlier not URL encoded. If the module + name contained e.g. a # this could cause the crashdump + viewer to crash when opening the link. This has been + corrected.

+

+ Own Id: OTP-10090 Aux Id: seq12068

+
+ +

+ Escape control characters in Table Viewer

+

+ Similar behaviour to old tv. Objects in tables supposed + to be printed in a single line and it looks ugly when a + [...,10,...] integer list creates a new-line. Fix Table + Viewer search crash on new|changed|deleted rows.

+

+ Fix Table Viewer crash after a 'Found' -> 'Not found' + search sequence

+

+ Start position was lost after a 'Found' -> 'Not found' + search sequence leading an undefined position in the next + search. Thanks to Peti Gömori

+

+ Own Id: OTP-10218

+
+ +

+ observer: fix app file (Noticed-by: Motiejus Jakstys)

+

+ Add missing observer modules to observer.app.src. Thanks + to Tuncer Ayaz.

+

+ Own Id: OTP-10221

+
+ +

+ Make Table Viewer search a bit faster

+

+ Edit table row in a multiline text dialog. Thanks to Peti + Gomori.

+

+ Own Id: OTP-10225

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

Allow tracing on bifs.

Ask epmd for local + nodes, and remember users last input in connect.

+

Fix crashes when a table or process information could + not be retrieved.

+

+ Own Id: OTP-10075

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