From 20641fe0f2ea745873fc7557448d3a7deb1bd639 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 16 Sep 2013 20:11:53 +0200 Subject: Prepare release --- lib/parsetools/doc/src/notes.xml | 35 +++++++++++++++++++++++++++++++++++ lib/parsetools/vsn.mk | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) (limited to 'lib/parsetools') diff --git a/lib/parsetools/doc/src/notes.xml b/lib/parsetools/doc/src/notes.xml index a0816dc728..9c0f790916 100644 --- a/lib/parsetools/doc/src/notes.xml +++ b/lib/parsetools/doc/src/notes.xml @@ -30,6 +30,41 @@

This document describes the changes made to the Parsetools application.

+
Parsetools 2.0.10 + +
Fixed Bugs and Malfunctions + + +

A bug causing Yecc to generate badly formed parsers + when encountering very simple recursive rules has been + fixed. (Thanks to Eric Pailleau.)

+

+ Own Id: OTP-11269

+
+ +

A bug where Unicode filenames combined with Latin-1 + encoding could crash Yecc and Leex has been fixed.

+

+ Own Id: OTP-11286

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

+ Fix leex module`s inability to build unicode-aware + lexers. Thanks to Pierre Fenoll.

+

+ Own Id: OTP-11313

+
+
+
+ +
+
Parsetools 2.0.9
Improvements and New Features diff --git a/lib/parsetools/vsn.mk b/lib/parsetools/vsn.mk index 444caf44a1..d62962c54a 100644 --- a/lib/parsetools/vsn.mk +++ b/lib/parsetools/vsn.mk @@ -1 +1 @@ -PARSETOOLS_VSN = 2.0.9 +PARSETOOLS_VSN = 2.0.10 -- cgit v1.2.3