From 7f3486a5ddc02a366f2945dfd009c4a2697a2b98 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 9 Dec 2014 15:21:47 +0100 Subject: Prepare release --- lib/tools/doc/src/notes.xml | 35 +++++++++++++++++++++++++++++++++++ lib/tools/vsn.mk | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) (limited to 'lib/tools') diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index faee5efd43..6f9563bb68 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -30,6 +30,41 @@

This document describes the changes made to the Tools application.

+
Tools 2.7.1 + +
Fixed Bugs and Malfunctions + + +

+ Fixed a typo in erlang-mode comment.

+

+ Own Id: OTP-12214

+
+ +

+ Add a skeleton for -spec in Erlang mode for Emacs

+

+ Own Id: OTP-12283

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

+ Cover no longer crashes when compiling receive and + the like with just an after clause. Thanks to + José Valim for providing a fix.

+

+ Own Id: OTP-12328

+
+
+
+ +
+
Tools 2.7
Improvements and New Features diff --git a/lib/tools/vsn.mk b/lib/tools/vsn.mk index 3acb8d38e2..d9651c30e3 100644 --- a/lib/tools/vsn.mk +++ b/lib/tools/vsn.mk @@ -1 +1 @@ -TOOLS_VSN = 2.7 +TOOLS_VSN = 2.7.1 -- cgit v1.2.3