From fc0427be6d482182ec70f3cd87c73027cfb17ea9 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 9 Dec 2016 11:45:22 +0100 Subject: Prepare release --- lib/tools/doc/src/notes.xml | 36 ++++++++++++++++++++++++++++++++++++ lib/tools/vsn.mk | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) (limited to 'lib/tools') diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index 2d9bee0dd1..415f1b8516 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -31,6 +31,42 @@

This document describes the changes made to the Tools application.

+
Tools 2.9 + +
Fixed Bugs and Malfunctions + + +

+ Fix unhandled trace event send_to_non_existing_process in + fprof.

+

+ Own Id: OTP-13998

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

+ Improved edoc support in emacs erlang-mode.

+

+ Own Id: OTP-13945 Aux Id: PR-1157

+
+ +

+ Added erldoc to emacs mode which opens html documentation + in browser from emacs. For example M-x erldoc-browse + RET lists:foreach/2.

+

+ Own Id: OTP-14018 Aux Id: PR-1197

+
+
+
+ +
+
Tools 2.8.6
Fixed Bugs and Malfunctions diff --git a/lib/tools/vsn.mk b/lib/tools/vsn.mk index e066dbf5e9..07bc39f76e 100644 --- a/lib/tools/vsn.mk +++ b/lib/tools/vsn.mk @@ -1 +1 @@ -TOOLS_VSN = 2.8.6 +TOOLS_VSN = 2.9 -- cgit v1.2.3