diff options
author | Erlang/OTP <[email protected]> | 2016-06-02 11:39:07 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-06-02 11:39:07 +0200 |
commit | c04cad3ba921deb086d19e2de2526af4854add75 (patch) | |
tree | 305d62687e520a194bdf3bdfccff7b2a3a57b41a /lib/tools | |
parent | 2c9dba638a8bda92e3db2d5c07e6ba251330c7ca (diff) | |
download | otp-c04cad3ba921deb086d19e2de2526af4854add75.tar.gz otp-c04cad3ba921deb086d19e2de2526af4854add75.tar.bz2 otp-c04cad3ba921deb086d19e2de2526af4854add75.zip |
Revert "Prepare release"
This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da.
Diffstat (limited to 'lib/tools')
-rw-r--r-- | lib/tools/doc/src/notes.xml | 29 | ||||
-rw-r--r-- | lib/tools/vsn.mk | 2 |
2 files changed, 1 insertions, 30 deletions
diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index ae7b9ea482..3a6ac37eef 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -31,35 +31,6 @@ </header> <p>This document describes the changes made to the Tools application.</p> -<section><title>Tools 2.8.4</title> - - <section><title>Fixed Bugs and Malfunctions</title> - <list> - <item> - <p> - Update fprof to use the new 'spawned' trace event to - determine when a process has been created.</p> - <p> - Own Id: OTP-13499</p> - </item> - </list> - </section> - - - <section><title>Improvements and New Features</title> - <list> - <item> - <p> - Various emacs mode improvements, such as better tags - support.</p> - <p> - Own Id: OTP-13610</p> - </item> - </list> - </section> - -</section> - <section><title>Tools 2.8.3</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/tools/vsn.mk b/lib/tools/vsn.mk index 8c889cbe4e..70564f05c6 100644 --- a/lib/tools/vsn.mk +++ b/lib/tools/vsn.mk @@ -1 +1 @@ -TOOLS_VSN = 2.8.4 +TOOLS_VSN = 2.8.3 |