From 23790daf1a2d384b0fc11c655fa825151d9fa420 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 24 Jan 2014 12:30:47 +0100 Subject: Prepare release --- lib/syntax_tools/doc/src/notes.xml | 32 ++++++++++++++++++++++++++++++++ lib/syntax_tools/vsn.mk | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) (limited to 'lib/syntax_tools') diff --git a/lib/syntax_tools/doc/src/notes.xml b/lib/syntax_tools/doc/src/notes.xml index c5a1baebdb..b6614774e3 100644 --- a/lib/syntax_tools/doc/src/notes.xml +++ b/lib/syntax_tools/doc/src/notes.xml @@ -31,6 +31,38 @@

This document describes the changes made to the Syntax_Tools application.

+
Syntax_Tools 1.6.13 + +
Fixed Bugs and Malfunctions + + +

+ In syntax_tools-1.6.12 (OTP R16B03) a bug was introduced + which broke reverting of local implicit funs. Implicit + funs were mistakenly thought to be using abstract terms + for their name and arity. This has now been corrected. + (Thanks to Anthony Ramine)

+

+ Own Id: OTP-11576

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

The default encoding of Erlang files has been changed + from ISO-8859-1 to UTF-8.

The encoding of XML + files has also been changed to UTF-8.

+

+ Own Id: OTP-10907

+
+
+
+ +
+
Syntax_Tools 1.6.12
Fixed Bugs and Malfunctions diff --git a/lib/syntax_tools/vsn.mk b/lib/syntax_tools/vsn.mk index 6cafc4dd55..26153a55f1 100644 --- a/lib/syntax_tools/vsn.mk +++ b/lib/syntax_tools/vsn.mk @@ -1 +1 @@ -SYNTAX_TOOLS_VSN = 1.6.12 +SYNTAX_TOOLS_VSN = 1.6.13 -- cgit v1.2.3