From bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 11 May 2016 17:22:23 +0200 Subject: Prepare release --- lib/observer/doc/src/notes.xml | 30 ++++++++++++++++++++++++++++++ lib/observer/vsn.mk | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) (limited to 'lib/observer') diff --git a/lib/observer/doc/src/notes.xml b/lib/observer/doc/src/notes.xml index c3bd0d33b9..0c72052827 100644 --- a/lib/observer/doc/src/notes.xml +++ b/lib/observer/doc/src/notes.xml @@ -32,6 +32,36 @@

This document describes the changes made to the Observer application.

+
Observer 2.2 + +
Improvements and New Features + + +

+ Update dbg and ttb to work with a tracer module as tracer + and tracing on ports.

+

+ Own Id: OTP-13500

+
+ +

+ Added possibility to change update frequency and length + of the graph windows.

+

+ Own Id: OTP-13555

+
+ +

+ Improved background coloring to work with dark themes and + other visual improvements.

+

+ Own Id: OTP-13556

+
+
+
+ +
+
Observer 2.1.2
Improvements and New Features diff --git a/lib/observer/vsn.mk b/lib/observer/vsn.mk index aede0858d6..f214810199 100644 --- a/lib/observer/vsn.mk +++ b/lib/observer/vsn.mk @@ -1 +1 @@ -OBSERVER_VSN = 2.1.2 +OBSERVER_VSN = 2.2 -- cgit v1.2.3