From 25237481ccccd3ddfa74582dc267632ad618ba30 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 9 Dec 2013 20:12:33 +0100 Subject: Prepare release --- lib/tools/doc/src/notes.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ lib/tools/vsn.mk | 2 +- 2 files changed, 45 insertions(+), 1 deletion(-) (limited to 'lib/tools') diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index d8239460b3..2e4c354fbd 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -30,6 +30,50 @@

This document describes the changes made to the Tools application.

+
Tools 2.6.13 + +
Fixed Bugs and Malfunctions + + +

+ Erlang-specific compilation error regexp is added in + erlang-eunit.el. This defvar was earlier in erlang.el, + but was erroneously removed in R15B02, while still used + by erlang-eunit.el.

+

+ Own Id: OTP-11417 Aux Id: seq12447

+
+ +

+ Take compiler options from beam in cover:compile_beam. + Thanks to Péter Gömöri.

+

+ Own Id: OTP-11439

+
+ +

+ Silence warnings (Thanks to Anthony Ramine)

+

+ Own Id: OTP-11517

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

+ Add iodata, nonempty_string to built-in type highlighting + for emacs. Thanks to Paul Oliver.

+

+ Own Id: OTP-11394

+
+
+
+ +
+
Tools 2.6.12
Improvements and New Features diff --git a/lib/tools/vsn.mk b/lib/tools/vsn.mk index c51b833dd0..0cead00554 100644 --- a/lib/tools/vsn.mk +++ b/lib/tools/vsn.mk @@ -1 +1 @@ -TOOLS_VSN = 2.6.12 +TOOLS_VSN = 2.6.13 -- cgit v1.2.3