From dc57404252c47520f352834ad9be45ad684f96c9 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 4 May 2017 17:05:25 +0200 Subject: Prepare release --- lib/observer/doc/src/notes.xml | 33 +++++++++++++++++++++++++++++++++ lib/observer/vsn.mk | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) (limited to 'lib/observer') diff --git a/lib/observer/doc/src/notes.xml b/lib/observer/doc/src/notes.xml index bd9aa265f8..dd043d1014 100644 --- a/lib/observer/doc/src/notes.xml +++ b/lib/observer/doc/src/notes.xml @@ -32,6 +32,39 @@

This document describes the changes made to the Observer application.

+
Observer 2.4 + +
Improvements and New Features + + +

+ Show dirty-scheduler threads in performance monitor graph + and add a column with maximum allocated memory in the + Memory Allocators table.

+

+ Own Id: OTP-14137

+
+ +

+ Keep table and port selection after refresh of tables. + Store settings before shutdown and restore when starting + application.

+

+ Own Id: OTP-14270

+
+ +

+ When observing a node older than OTP-19.0, a pop-up will + be displayed when trying to access port information. + Earlier, observer would crash in this situation.

+

+ Own Id: OTP-14345 Aux Id: ERL-399

+
+
+
+ +
+
Observer 2.3.1
Fixed Bugs and Malfunctions diff --git a/lib/observer/vsn.mk b/lib/observer/vsn.mk index ca9ad72473..21edfcd184 100644 --- a/lib/observer/vsn.mk +++ b/lib/observer/vsn.mk @@ -1 +1 @@ -OBSERVER_VSN = 2.3.1 +OBSERVER_VSN = 2.4 -- cgit v1.2.3