From b6dc1a844eab061d0a7153d46e7e68296f15a504 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 4 Oct 2011 12:06:58 +0200 Subject: Prepare release --- lib/parsetools/doc/src/notes.xml | 46 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'lib/parsetools/doc/src/notes.xml') diff --git a/lib/parsetools/doc/src/notes.xml b/lib/parsetools/doc/src/notes.xml index 77b3a1a657..0c611db1ec 100644 --- a/lib/parsetools/doc/src/notes.xml +++ b/lib/parsetools/doc/src/notes.xml @@ -30,6 +30,52 @@

This document describes the changes made to the Parsetools application.

+
Parsetools 2.0.6 + +
Fixed Bugs and Malfunctions + + +

Dialyzer warnings have been removed.

+

+ Own Id: OTP-8318

+
+ +

+ yecc: add warnings_as_errors option(Thanks to Tuncer + ayaz)

+

+ Own Id: OTP-9376

+
+ +

+ Fix incorrect order of pseudo variables in yecc example

+

+ The example is for converting from infix to prefix. This + change uses to correct ordering of the triplet. (Thanks + to Garret Smith)

+

+ Own Id: OTP-9484

+
+ +

+ Implement or fix -Werror option

+

+ If -Werror is enabled and there are warnings no output + file is written. Also make sure that error/warning + reporting is consistent. (Thanks to Tuncer Ayaz)

+

+ Own Id: OTP-9536

+
+ +

XML files have been corrected.

+

+ Own Id: OTP-9550 Aux Id: OTP-9541

+
+
+
+ +
+
Parsetools 2.0.5
Improvements and New Features -- cgit v1.2.3