From 4d658008be5a08ddadbe75ebadb9ef124436b76e Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 14 Mar 2017 15:59:23 +0100 Subject: Prepare release --- lib/observer/doc/src/notes.xml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'lib/observer/doc') diff --git a/lib/observer/doc/src/notes.xml b/lib/observer/doc/src/notes.xml index 8f3ebcb4de..79e2b2b9db 100644 --- a/lib/observer/doc/src/notes.xml +++ b/lib/observer/doc/src/notes.xml @@ -32,6 +32,47 @@

This document describes the changes made to the Observer application.

+
Observer 2.3.1 + +
Fixed Bugs and Malfunctions + + +

+ etop erroneously reported the average scheduler + utilization since the tool was first started instead of + the scheduler utilization since last update. This is now + corrected.

+

+ Own Id: OTP-14090 Aux Id: seq13232

+
+ +

+ crashdump_viewer crashed when the 'Slogan' had more than + one line. This is now corrected.

+

+ Own Id: OTP-14093 Aux Id: ERL-318

+
+ +

+ When clicking an HTML-link to a port before the port tab + has been opened for the first time, observer would crash + since port info is not initiated. This is now corrected.

+

+ Own Id: OTP-14151 Aux Id: PR-1296

+
+ +

The dialyzer and observer applications will now use a + portable way to find the home directory. That means that + there is no longer any need to manually set the HOME + environment variable on Windows.

+

+ Own Id: OTP-14249 Aux Id: ERL-161

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