From db5a9ef5e49f55338369f088bbef1d492f8c3c0c Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 9 Mar 2018 10:59:22 +0100 Subject: Update version numbers --- lib/tools/vsn.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tools') diff --git a/lib/tools/vsn.mk b/lib/tools/vsn.mk index 6cafbca6a7..f9723c0f9b 100644 --- a/lib/tools/vsn.mk +++ b/lib/tools/vsn.mk @@ -1 +1 @@ -TOOLS_VSN = 2.11.1 +TOOLS_VSN = 2.11.2 -- cgit v1.2.3 From 7c7ba7191a3932e737fa81fd0166df1c637d4b31 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 9 Mar 2018 11:01:07 +0100 Subject: Update release notes --- lib/tools/doc/src/notes.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'lib/tools') diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index 1edc08c9cd..45f276c09e 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -31,6 +31,46 @@

This document describes the changes made to the Tools application.

+
Tools 2.11.2 + +
Fixed Bugs and Malfunctions + + +

A counting bug is corrected in Cover. The bug + was introduced in Erlang/OTP 18.0.

+

+ Own Id: OTP-14817 Aux Id: PR 1641

+
+ +

The lcnt server will no longer crash if + lcnt:information/0 is called before + lcnt:collect/0.

+

+ Own Id: OTP-14912

+
+ +

lcnt:collect will now implicitly start the + lcnt server, as per the documentation.

+

+ Own Id: OTP-14913

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

+ Improved indentation in emacs and various other updates.

+

+ Own Id: OTP-14944

+
+
+
+ +
+
Tools 2.11.1
Fixed Bugs and Malfunctions -- cgit v1.2.3