From 8cece79b77952c991e62ae595bcf71cde016a052 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 17 Jun 2013 16:23:55 +0200 Subject: Prepare release --- lib/observer/doc/src/notes.xml | 63 ++++++++++++++++++++++++++++++++++++++++++ lib/observer/vsn.mk | 2 +- 2 files changed, 64 insertions(+), 1 deletion(-) (limited to 'lib/observer') diff --git a/lib/observer/doc/src/notes.xml b/lib/observer/doc/src/notes.xml index ddf3b3fe37..34e87374a2 100644 --- a/lib/observer/doc/src/notes.xml +++ b/lib/observer/doc/src/notes.xml @@ -31,6 +31,69 @@

This document describes the changes made to the Observer application.

+
Observer 1.3.1 + +
Fixed Bugs and Malfunctions + + +

+ Some bugs related to calculation of CPU/scheduler + utilization in observer are corrected.

+

+ Current function for a process is accepted to be + 'undefined' when running hipe.

+

+ Own Id: OTP-10894

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

+ The new Memory field from a crash dump is + now presented by crashdump viewer, both in the process + overview and in the process detail page. A + summary of blocks- and carriers sizes is added to the + allocator information page in the crashdump viewer. +

+

+ Own Id: OTP-10604 Aux Id: kunagi-336 [247]

+
+ +

+ Use "open" as default browser for crashdump viewer on Mac + OS X. Thanks to Magnus Henoch.

+

+ Own Id: OTP-10929

+
+ +

+ Fix observer table viewer crash on formatting improper + lists. Thanks to Andrey Tsirulev

+

+ Own Id: OTP-10931

+
+ +

Postscript files no longer needed for the generation + of PDF files have been removed.

+

+ Own Id: OTP-11016

+
+ +

+ Add processes state view in observer. Thanks to Eric + Pailleau.

+

+ Own Id: OTP-11136

+
+
+
+ +
+
Observer 1.3
Improvements and New Features diff --git a/lib/observer/vsn.mk b/lib/observer/vsn.mk index 1ff1b3ec52..96d9d885da 100644 --- a/lib/observer/vsn.mk +++ b/lib/observer/vsn.mk @@ -1 +1 @@ -OBSERVER_VSN = 1.3 +OBSERVER_VSN = 1.3.1 -- cgit v1.2.3