diff options
author | Henrik <[email protected]> | 2018-05-29 10:47:25 +0200 |
---|---|---|
committer | Henrik <[email protected]> | 2018-05-29 10:47:25 +0200 |
commit | b9faca269de1de51ae33577cc204befbea24243c (patch) | |
tree | 5b0dedddf524df00c0377927c767ac2a25c3794f /lib/observer | |
parent | d3b4568f6d910eb4ce26b7a899c8c414ae252386 (diff) | |
download | otp-b9faca269de1de51ae33577cc204befbea24243c.tar.gz otp-b9faca269de1de51ae33577cc204befbea24243c.tar.bz2 otp-b9faca269de1de51ae33577cc204befbea24243c.zip |
Revert "Prepare release"
This reverts commit fd8e49b5bddceaae803670121b603b5eee8c5c08.
Diffstat (limited to 'lib/observer')
-rw-r--r-- | lib/observer/doc/src/notes.xml | 29 | ||||
-rw-r--r-- | lib/observer/vsn.mk | 2 |
2 files changed, 1 insertions, 30 deletions
diff --git a/lib/observer/doc/src/notes.xml b/lib/observer/doc/src/notes.xml index 5548b21fc5..c0b8309af6 100644 --- a/lib/observer/doc/src/notes.xml +++ b/lib/observer/doc/src/notes.xml @@ -32,35 +32,6 @@ <p>This document describes the changes made to the Observer application.</p> -<section><title>Observer 2.8</title> - - <section><title>Fixed Bugs and Malfunctions</title> - <list> - <item> - <p> - Added possibility to garbage collect selected processes - and fixed a crash when the saved config file contained - bad data.</p> - <p> - Own Id: OTP-14993 Aux Id: PR-1666 </p> - </item> - </list> - </section> - - - <section><title>Improvements and New Features</title> - <list> - <item> - <p> - Use uri_string module instead of http_uri.</p> - <p> - Own Id: OTP-14902</p> - </item> - </list> - </section> - -</section> - <section><title>Observer 2.7</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/observer/vsn.mk b/lib/observer/vsn.mk index bf6fd2a421..74a6db768e 100644 --- a/lib/observer/vsn.mk +++ b/lib/observer/vsn.mk @@ -1 +1 @@ -OBSERVER_VSN = 2.8 +OBSERVER_VSN = 2.7 |