diff options
author | Erlang/OTP <[email protected]> | 2015-05-12 18:18:55 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-05-12 18:18:55 +0200 |
commit | e09dd66dc4d89c62ddfd8c19791f9678d5d787c6 (patch) | |
tree | 5967d95bbd5daf995246b0f66a4b40fa92c7f415 /lib/observer | |
parent | 11001c6a93ad6c2d0433cd7d23916d5a72f5eff3 (diff) | |
download | otp-e09dd66dc4d89c62ddfd8c19791f9678d5d787c6.tar.gz otp-e09dd66dc4d89c62ddfd8c19791f9678d5d787c6.tar.bz2 otp-e09dd66dc4d89c62ddfd8c19791f9678d5d787c6.zip |
Prepare release
Diffstat (limited to 'lib/observer')
-rw-r--r-- | lib/observer/doc/src/notes.xml | 22 | ||||
-rw-r--r-- | lib/observer/vsn.mk | 2 |
2 files changed, 23 insertions, 1 deletions
diff --git a/lib/observer/doc/src/notes.xml b/lib/observer/doc/src/notes.xml index a9ec68fc9e..338708db43 100644 --- a/lib/observer/doc/src/notes.xml +++ b/lib/observer/doc/src/notes.xml @@ -31,6 +31,28 @@ <p>This document describes the changes made to the Observer application.</p> +<section><title>Observer 2.1</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Added the possibility to view sasl log entries for + processes.</p> + <p> + Own Id: OTP-12504</p> + </item> + <item> + <p> + Add memory allocator usage and utilization graphs.</p> + <p> + Own Id: OTP-12631</p> + </item> + </list> + </section> + +</section> + <section><title>Observer 2.0.4</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/observer/vsn.mk b/lib/observer/vsn.mk index 10ed3bdfe5..7e7e32099b 100644 --- a/lib/observer/vsn.mk +++ b/lib/observer/vsn.mk @@ -1 +1 @@ -OBSERVER_VSN = 2.0.4 +OBSERVER_VSN = 2.1 |