diff options
author | Hans Nilsson <[email protected]> | 2017-05-31 16:21:00 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-05-31 16:21:00 +0200 |
commit | 32275a2fc0b86d1f1b124706afc80f3ff92216eb (patch) | |
tree | b96728587b0241f2ad6a5d6bee895f1aff7a1371 /lib/observer/doc/src | |
parent | d106c5fffb3832fffbdf99cca905390fe15d489f (diff) | |
download | otp-32275a2fc0b86d1f1b124706afc80f3ff92216eb.tar.gz otp-32275a2fc0b86d1f1b124706afc80f3ff92216eb.tar.bz2 otp-32275a2fc0b86d1f1b124706afc80f3ff92216eb.zip |
Revert "Prepare release"
This reverts commit eaf8ca41dfa4850437ad270d3897399c9358ced0.
Diffstat (limited to 'lib/observer/doc/src')
-rw-r--r-- | lib/observer/doc/src/notes.xml | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/lib/observer/doc/src/notes.xml b/lib/observer/doc/src/notes.xml index fbcfe67a12..bd9aa265f8 100644 --- a/lib/observer/doc/src/notes.xml +++ b/lib/observer/doc/src/notes.xml @@ -32,57 +32,6 @@ <p>This document describes the changes made to the Observer application.</p> -<section><title>Observer 2.4</title> - - <section><title>Fixed Bugs and Malfunctions</title> - <list> - <item> - <p> - <c>etop</c> had a hardcoded timeout value of 1 second - when waiting for data from a remote node. When this - expired, which could happen for instance if there were - very many processes on the remote node, etop would exit - with reason <c>connection_lost</c>. To overcome this - problem, the timeout is now changed to be the same as the - update interval, which is configurable.</p> - <p> - Own Id: OTP-14393</p> - </item> - </list> - </section> - - - <section><title>Improvements and New Features</title> - <list> - <item> - <p> - Show dirty-scheduler threads in performance monitor graph - and add a column with maximum allocated memory in the - Memory Allocators table.</p> - <p> - Own Id: OTP-14137</p> - </item> - <item> - <p> - Keep table and port selection after refresh of tables. - Store settings before shutdown and restore when starting - application.</p> - <p> - Own Id: OTP-14270</p> - </item> - <item> - <p> - 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.</p> - <p> - Own Id: OTP-14345 Aux Id: ERL-399 </p> - </item> - </list> - </section> - -</section> - <section><title>Observer 2.3.1</title> <section><title>Fixed Bugs and Malfunctions</title> |