aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmerl/doc/src/notes.xml
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2012-04-03 11:56:48 +0200
committerBjörn-Egil Dahlberg <[email protected]>2012-04-03 11:56:48 +0200
commitcd82636ecd8a9dee9f9abb353ff3ff256adf74f1 (patch)
tree6508f8478940ff23e33d202abcb7fbbf790aef60 /lib/xmerl/doc/src/notes.xml
parent6c1ba432eac3aee730da9ae6fc484b5806a7dfd2 (diff)
parentcfea5eea406ba3af96588ff458e55de9a149d9c5 (diff)
downloadotp-cd82636ecd8a9dee9f9abb353ff3ff256adf74f1.tar.gz
otp-cd82636ecd8a9dee9f9abb353ff3ff256adf74f1.tar.bz2
otp-cd82636ecd8a9dee9f9abb353ff3ff256adf74f1.zip
Merge commit 'OTP_R15B01'
Diffstat (limited to 'lib/xmerl/doc/src/notes.xml')
-rw-r--r--lib/xmerl/doc/src/notes.xml43
1 files changed, 43 insertions, 0 deletions
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 @@
<p>This document describes the changes made to the Xmerl application.</p>
+<section><title>Xmerl 1.3.1</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Add missing spaces in xmerl doc (Thanks to Ricardo
+ Catalinas Jim�nez)</p>
+ <p>
+ Own Id: OTP-9873</p>
+ </item>
+ <item>
+ <p> Fixed a continuation error in the sax parser and
+ added latin1 as recognized encoding (not only the
+ iso-8859 variants). </p>
+ <p>
+ Own Id: OTP-9961</p>
+ </item>
+ <item>
+ <p> Removed the unused file xmerl_xlink.hrl. Thanks to
+ Vlad Dumitrescu for informing us about it. </p>
+ <p>
+ Own Id: OTP-9965</p>
+ </item>
+ <item>
+ <p> xmerl couldn't handle comments inside a type
+ specification. </p>
+ <p>
+ Own Id: OTP-10023</p>
+ </item>
+ <item>
+ <p> 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. </p>
+ <p>
+ Own Id: OTP-10026</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Xmerl 1.3</title>
<section><title>Fixed Bugs and Malfunctions</title>