diff options
author | Rickard Green <[email protected]> | 2019-04-24 14:29:10 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2019-04-24 14:29:10 +0200 |
commit | 0f2ddb633ffe97a92584edfbaf95d2dce3961cc8 (patch) | |
tree | b760449c28fa4e4325f553b6f075d2c4599c3f22 /lib/tools | |
parent | 5b56ecbe12493a1ff6a0e975a65cefd09005cecd (diff) | |
download | otp-0f2ddb633ffe97a92584edfbaf95d2dce3961cc8.tar.gz otp-0f2ddb633ffe97a92584edfbaf95d2dce3961cc8.tar.bz2 otp-0f2ddb633ffe97a92584edfbaf95d2dce3961cc8.zip |
Revert "Prepare release"
This reverts commit 425889ba69b69a9b6fb14bfbef121d51b78e853a.
Diffstat (limited to 'lib/tools')
-rw-r--r-- | lib/tools/doc/src/notes.xml | 43 | ||||
-rw-r--r-- | lib/tools/vsn.mk | 2 |
2 files changed, 1 insertions, 44 deletions
diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index fd41e2cbeb..2191ebe2df 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -31,49 +31,6 @@ </header> <p>This document describes the changes made to the Tools application.</p> -<section><title>Tools 3.2</title> - - <section><title>Fixed Bugs and Malfunctions</title> - <list> - <item> - <p> - Add <c>cprof</c> and <c>tags</c> modules to .app file so - that they are included in releases.</p> - <p> - Own Id: OTP-15534 Aux Id: PR-2078 </p> - </item> - <item> - <p> - Improved documentation parsing in emacs erldoc - functionality.</p> - <p> - Own Id: OTP-15699 Aux Id: PR-2184 </p> - </item> - </list> - </section> - - - <section><title>Improvements and New Features</title> - <list> - <item> - <p>The <c>cover</c> tool now uses the <c>counters</c> - module instead of <c>ets</c> for updating the counters - for how many times a line has been executed. By default, - Cover will work with distributed nodes, but a new - function <c>cover:local_only/0</c> allows running the - Cover in a restricted but faster local-only mode.</p> - <p>The increase in speed will vary depending on the type - of code being cover-compiled, but as an example, the - compiler test suite runs more than twice as fast with the - new Cover.</p> - <p> - Own Id: OTP-15575</p> - </item> - </list> - </section> - -</section> - <section><title>Tools 3.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/tools/vsn.mk b/lib/tools/vsn.mk index 191a458c62..5700885549 100644 --- a/lib/tools/vsn.mk +++ b/lib/tools/vsn.mk @@ -1 +1 @@ -TOOLS_VSN = 3.2 +TOOLS_VSN = 3.1 |