From 1bf0b21344d951c65e54c6abfe7907ef8b63d946 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 22 Sep 2017 15:19:03 +0200 Subject: Update version numbers --- lib/observer/vsn.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/observer') diff --git a/lib/observer/vsn.mk b/lib/observer/vsn.mk index 21edfcd184..5f43198f85 100644 --- a/lib/observer/vsn.mk +++ b/lib/observer/vsn.mk @@ -1 +1 @@ -OBSERVER_VSN = 2.4 +OBSERVER_VSN = 2.5 -- cgit v1.2.3 From af2073640c4b7c67c9b978ebc203d57ac43e96dc Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 22 Sep 2017 15:21:49 +0200 Subject: Update release notes --- lib/observer/doc/src/notes.xml | 51 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) (limited to 'lib/observer') diff --git a/lib/observer/doc/src/notes.xml b/lib/observer/doc/src/notes.xml index d329be5d5a..05ea550964 100644 --- a/lib/observer/doc/src/notes.xml +++ b/lib/observer/doc/src/notes.xml @@ -32,6 +32,57 @@

This document describes the changes made to the Observer application.

+
Observer 2.5 + +
Improvements and New Features + + +

The following improvements are done to Crashdump + Viewer:

Reading of crash dumps with many + binaries is optimized. A progress bar is + shown when the detail view for a process is + opened. The cdv script now sets + ERL_CRASH_DUMP_SECONDS=0 to avoid generating a new + crash dump from the node running the Crashdump + Viewer. A warning dialog is shown if the + node running the Crashdump Viewer could potentially + overwrite the crash dump under inspection. + Bugfix: In some situations, Crashdump Viewer could + not find the end of the 'Last calls' section in a crash + dump, and would erroneously mark the crash dump as + truncated. This is now corrected. Bugfix: In + some situations, process info for a specific process + would be marked as truncated by Crashdump Viewer, even if + the crash dump was truncated in the binary section - and + not related to the process in question. This is now + corrected. +

+ Own Id: OTP-14386

+
+ +

+ General Unicode improvements.

+

+ Own Id: OTP-14462

+
+ +

+ Tools are updated to show Unicode atoms correctly.

+

+ Own Id: OTP-14464

+
+ +

+ Add system statistics and limits to frontpage in + observer.

+

+ Own Id: OTP-14536

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