From 62870c998955e1498e71bfc90607885e96ecaa27 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 31 Mar 2015 12:24:04 +0200 Subject: Prepare release --- lib/tools/doc/src/notes.xml | 26 ++++++++++++++++++++++++++ lib/tools/vsn.mk | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) (limited to 'lib/tools') diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index 6f9563bb68..38b57b73a9 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -30,6 +30,32 @@

This document describes the changes made to the Tools application.

+
Tools 2.7.2 + +
Fixed Bugs and Malfunctions + + +

+ Fix lcnt sorting and printout of histograms.

+

+ Own Id: OTP-12364

+
+ +

Fix a Unicode bug in the tags module.

+

+ Own Id: OTP-12567

+
+ +

+ Fix tags completion in erlang.el for GNU Emacs 23+

+

+ Own Id: OTP-12583

+
+
+
+ +
+
Tools 2.7.1
Fixed Bugs and Malfunctions diff --git a/lib/tools/vsn.mk b/lib/tools/vsn.mk index d9651c30e3..3b3202d38b 100644 --- a/lib/tools/vsn.mk +++ b/lib/tools/vsn.mk @@ -1 +1 @@ -TOOLS_VSN = 2.7.1 +TOOLS_VSN = 2.7.2 -- cgit v1.2.3