From cfea5eea406ba3af96588ff458e55de9a149d9c5 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Sun, 1 Apr 2012 20:14:41 +0200 Subject: Prepare release --- lib/xmerl/doc/src/notes.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ lib/xmerl/vsn.mk | 2 +- 2 files changed, 44 insertions(+), 1 deletion(-) (limited to 'lib/xmerl') diff --git a/lib/xmerl/doc/src/notes.xml b/lib/xmerl/doc/src/notes.xml index 8734bd8771..585d8bb688 100644 --- a/lib/xmerl/doc/src/notes.xml +++ b/lib/xmerl/doc/src/notes.xml @@ -31,6 +31,49 @@

This document describes the changes made to the Xmerl application.

+
Xmerl 1.3.1 + +
Fixed Bugs and Malfunctions + + +

+ Add missing spaces in xmerl doc (Thanks to Ricardo + Catalinas Jiménez)

+

+ Own Id: OTP-9873

+
+ +

Fixed a continuation error in the sax parser and + added latin1 as recognized encoding (not only the + iso-8859 variants).

+

+ Own Id: OTP-9961

+
+ +

Removed the unused file xmerl_xlink.hrl. Thanks to + Vlad Dumitrescu for informing us about it.

+

+ Own Id: OTP-9965

+
+ +

xmerl couldn't handle comments inside a type + specification.

+

+ Own Id: OTP-10023

+
+ +

Fix some small errors in the sax parser: error + message bug, removal of trailing blanks in DTD element + definitions and an documentation error of the startDTD + event in xmerl_sax_parser module.

+

+ Own Id: OTP-10026

+
+
+
+ +
+
Xmerl 1.3
Fixed Bugs and Malfunctions diff --git a/lib/xmerl/vsn.mk b/lib/xmerl/vsn.mk index de47e3418b..399e5b3602 100644 --- a/lib/xmerl/vsn.mk +++ b/lib/xmerl/vsn.mk @@ -1 +1 @@ -XMERL_VSN = 1.3 +XMERL_VSN = 1.3.1 -- cgit v1.2.3