diff options
Diffstat (limited to 'lib/tools')
| -rw-r--r-- | lib/tools/doc/src/cprof.xml | 2 | ||||
| -rw-r--r-- | lib/tools/doc/src/notes.xml | 59 | ||||
| -rw-r--r-- | lib/tools/vsn.mk | 2 | 
3 files changed, 2 insertions, 61 deletions
| diff --git a/lib/tools/doc/src/cprof.xml b/lib/tools/doc/src/cprof.xml index 553597837e..bfddb9f5a8 100644 --- a/lib/tools/doc/src/cprof.xml +++ b/lib/tools/doc/src/cprof.xml @@ -66,7 +66,7 @@      <func>        <name>analyse() -> {AllCallCount, ModAnalysisList}</name>        <name>analyse(Limit) -> {AllCallCount, ModAnalysisList}</name> -      <name>analyse(Mod) -> ModAnlysis</name> +      <name>analyse(Mod) -> ModAnalysis</name>        <name>analyse(Mod, Limit) -> ModAnalysis</name>        <fsummary>Collect and analyse call counters.</fsummary>        <type> diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index 85610d623a..38b57b73a9 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -30,65 +30,6 @@    </header>    <p>This document describes the changes made to the Tools application.</p> -<section><title>Tools 2.8</title> - -    <section><title>Fixed Bugs and Malfunctions</title> -      <list> -        <item> -          <p> -	    In order to improve performance of the cover tool, new -	    functions are added for cover compilation and analysis on -	    multiple files. This allows for more parallelisation.</p> -          <p> -	    Some improvements of the data base access is also done in -	    order to improve the performance when analysing and -	    resetting cover data.</p> -          <p> -	    Minor incompatibility: An error reason from -	    analyse_to_file is changed from no_source_code_found to -	    {no_source_code_found,Module}.</p> -          <p> -	    *** POTENTIAL INCOMPATIBILITY ***</p> -          <p> -	    Own Id: OTP-12330 Aux Id: seq12757 </p> -        </item> -      </list> -    </section> - - -    <section><title>Improvements and New Features</title> -      <list> -        <item> -          <p> -	    Allow maps for supervisor flags and child specs</p> -          <p> -	    Earlier, supervisor flags and child specs were given as -	    tuples. While this is kept for backwards compatibility, -	    it is now also allowed to give these parameters as maps, -	    see <seealso -	    marker="stdlib:supervisor#sup_flags">sup_flags</seealso> -	    and <seealso -	    marker="stdlib:supervisor#child_spec">child_spec</seealso>.</p> -          <p> -	    Own Id: OTP-11043</p> -        </item> -        <item> -          <p> -	    Remove Mnemosyne rules support.</p> -          <p> -	    Own Id: OTP-12511</p> -        </item> -        <item> -          <p> -	    Add printout of total number of calls and time in eprof</p> -          <p> -	    Own Id: OTP-12681</p> -        </item> -      </list> -    </section> - -</section> -  <section><title>Tools 2.7.2</title>      <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/tools/vsn.mk b/lib/tools/vsn.mk index 68c3f6e29c..3b3202d38b 100644 --- a/lib/tools/vsn.mk +++ b/lib/tools/vsn.mk @@ -1 +1 @@ -TOOLS_VSN = 2.8 +TOOLS_VSN = 2.7.2 | 
