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/xmerl/doc/src/notes.xml | 57 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) (limited to 'lib/xmerl/doc/src') diff --git a/lib/xmerl/doc/src/notes.xml b/lib/xmerl/doc/src/notes.xml index 697823eee2..15c42d6f6a 100644 --- a/lib/xmerl/doc/src/notes.xml +++ b/lib/xmerl/doc/src/notes.xml @@ -31,6 +31,63 @@

This document describes the changes made to the Xmerl application.

+
Xmerl 1.2.10 + +
Fixed Bugs and Malfunctions + + +

Fixed a schema search bug in xmerl_xsd.

A + new flag was needed in the xsd_state record so if the + state is saved there is an incompatibility and a state + conversion is needed.

+

+ *** INCOMPATIBILITY with R14B03 ***

+

+ Own Id: OTP-9410

+
+ +

Fixed xmerl_scan problems with entities in attribute + values.

+

+ Own Id: OTP-9411

+
+ +

Streaming bug in xmerl_scan.

If the + continuation_fun runs out of input at the end of an + attribute value then it crashed. (Thanks to Simon + Cornish)

+

+ Own Id: OTP-9457

+
+ +

+ Fixed xmerl_ucs UCS2 little endian en/decoding

+

+ Corrected number of shift bytes in + xmerl_ucs:char_to_ucs2le and recursive call from + from_ucs2le to from_ucs4le. (Thanks to Michal Ptaszek)

+

+ Own Id: OTP-9548

+
+ +

+ Add latin9 (iso-8859-15) support in xmerl_ucs (Thanks to + David Julien)

+

+ Own Id: OTP-9552

+
+ +

+ Improve spelling throughout documentation, code comments + and error messages

+

+ Own Id: OTP-9555

+
+
+
+ +
+
Xmerl 1.2.9
Fixed Bugs and Malfunctions -- cgit v1.2.3