From 2955ddebc32837b66d9bacb4e925ad0ed0033168 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 23 Jun 2015 10:24:26 +0200 Subject: Prepare release --- lib/tools/doc/src/notes.xml | 67 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) (limited to 'lib/tools/doc') diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index 251e70670c..e788814564 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -31,6 +31,73 @@

This document describes the changes made to the Tools application.

+
Tools 2.8 + +
Fixed Bugs and Malfunctions + + +

+ 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.

+

+ Some improvements of the data base access is also done in + order to improve the performance when analysing and + resetting cover data.

+

+ Minor incompatibility: An error reason from + analyse_to_file is changed from no_source_code_found to + {no_source_code_found,Module}.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-12330 Aux Id: seq12757

+
+ +

Attempting to do a cover analysis when neither + source code nor beam file could be found would hang the + cover server. Corrected to return a proper + error.

+

+ Own Id: OTP-12806

+
+
+
+ + +
Improvements and New Features + + +

+ Allow maps for supervisor flags and child specs

+

+ 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 sup_flags + and child_spec.

+

+ Own Id: OTP-11043

+
+ +

+ Remove Mnemosyne rules support.

+

+ Own Id: OTP-12511

+
+ +

+ Add printout of total number of calls and time in eprof

+

+ Own Id: OTP-12681

+
+
+
+ +
+
Tools 2.7.2
Fixed Bugs and Malfunctions -- cgit v1.2.3