From 8cece79b77952c991e62ae595bcf71cde016a052 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 17 Jun 2013 16:23:55 +0200 Subject: Prepare release --- lib/tools/doc/src/notes.xml | 66 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) (limited to 'lib/tools/doc/src') diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index 20dc9679f1..05049d7107 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -30,6 +30,72 @@

This document describes the changes made to the Tools application.

+
Tools 2.6.11 + +
Fixed Bugs and Malfunctions + + +

+ When cover:stop(Node) was called on a non-existing node, + a process waiting for cover data from the node would hang + forever. This has been corrected.

+

+ Own Id: OTP-10979

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

+ Make cover smarter about finding source from beam.

+

+ In particular, search using the source path in + module_info if the current heuristic fails.

+

+ Own Id: OTP-10902

+
+ +

+ Remove Flymake dependency in erlang-pkg.el. Thanks to + Magnus Henoch.

+

+ Own Id: OTP-10930

+
+ +

+ Erlang-mode: Add autoload cookies for file extension + associations. Thanks to Magnus Henoch.

+

+ Own Id: OTP-10999

+
+ +

Postscript files no longer needed for the generation + of PDF files have been removed.

+

+ Own Id: OTP-11016

+
+ +

+ Fix a race condition when there're several applications + in apps directory. Thanks to Manuel Rubio.

+

+ Own Id: OTP-11028

+
+ +

+ New option for eprof, 'set_on_spawn'. This option was + previously always on and is also the default.

+

+ Own Id: OTP-11144

+
+
+
+ +
+
Tools 2.6.10
Improvements and New Features -- cgit v1.2.3