From e020f75c10410a6943cd055bfa072a2641eab7da Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 2 Jun 2016 10:55:26 +0200 Subject: Prepare release --- lib/tools/doc/src/notes.xml | 29 +++++++++++++++++++++++++++++ lib/tools/vsn.mk | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) (limited to 'lib/tools') diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index 3a6ac37eef..ae7b9ea482 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -31,6 +31,35 @@

This document describes the changes made to the Tools application.

+
Tools 2.8.4 + +
Fixed Bugs and Malfunctions + + +

+ Update fprof to use the new 'spawned' trace event to + determine when a process has been created.

+

+ Own Id: OTP-13499

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

+ Various emacs mode improvements, such as better tags + support.

+

+ Own Id: OTP-13610

+
+
+
+ +
+
Tools 2.8.3
Fixed Bugs and Malfunctions diff --git a/lib/tools/vsn.mk b/lib/tools/vsn.mk index 70564f05c6..8c889cbe4e 100644 --- a/lib/tools/vsn.mk +++ b/lib/tools/vsn.mk @@ -1 +1 @@ -TOOLS_VSN = 2.8.3 +TOOLS_VSN = 2.8.4 -- cgit v1.2.3