aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmerl
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2019-03-21 16:46:47 +0100
committerErlang/OTP <[email protected]>2019-03-21 16:46:47 +0100
commit41f3ffaeeaee488f22b4cd4b5b503bf5c3470c45 (patch)
tree49563fbb96f613e9e3453fbd2796857ee5dbd229 /lib/xmerl
parentf4c6d5e9f0d8b3d089e6d468ce898470779f38fb (diff)
downloadotp-41f3ffaeeaee488f22b4cd4b5b503bf5c3470c45.tar.gz
otp-41f3ffaeeaee488f22b4cd4b5b503bf5c3470c45.tar.bz2
otp-41f3ffaeeaee488f22b4cd4b5b503bf5c3470c45.zip
Prepare release
Diffstat (limited to 'lib/xmerl')
-rw-r--r--lib/xmerl/doc/src/notes.xml22
-rw-r--r--lib/xmerl/vsn.mk2
2 files changed, 23 insertions, 1 deletions
diff --git a/lib/xmerl/doc/src/notes.xml b/lib/xmerl/doc/src/notes.xml
index 7f6874e36b..d6b6dfdfb5 100644
--- a/lib/xmerl/doc/src/notes.xml
+++ b/lib/xmerl/doc/src/notes.xml
@@ -32,6 +32,28 @@
<p>This document describes the changes made to the Xmerl application.</p>
+<section><title>Xmerl 1.3.20</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Handling of character references in attributes are fixed.</p>
+ <p>
+ Own Id: OTP-15684 Aux Id: ERL-837 </p>
+ </item>
+ <item>
+ <p>
+ Normalization of whitespace characters in attributes are
+ fixed so it works when character references are used.</p>
+ <p>
+ Own Id: OTP-15685 Aux Id: ERL-475 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Xmerl 1.3.19</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/xmerl/vsn.mk b/lib/xmerl/vsn.mk
index b6486681c2..31ffa6e749 100644
--- a/lib/xmerl/vsn.mk
+++ b/lib/xmerl/vsn.mk
@@ -1 +1 @@
-XMERL_VSN = 1.3.19
+XMERL_VSN = 1.3.20