summaryrefslogtreecommitdiff
path: root/lib/xmerl
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2020-04-22 09:12:49 +0200
committerErlang/OTP <otp@erlang.org>2020-04-22 09:12:49 +0200
commiteee1f3aba92b5a741eabfa1cb6eca0632562777a (patch)
treef88761d2d882dca0e2dd8097c7d2e8238e5fa8b1 /lib/xmerl
parent3fc3fc62e96de08f6e91ae546079733160bf5acd (diff)
downloaderlang-eee1f3aba92b5a741eabfa1cb6eca0632562777a.tar.gz
Prepare release
Diffstat (limited to 'lib/xmerl')
-rw-r--r--lib/xmerl/doc/src/notes.xml16
-rw-r--r--lib/xmerl/vsn.mk2
2 files changed, 17 insertions, 1 deletions
diff --git a/lib/xmerl/doc/src/notes.xml b/lib/xmerl/doc/src/notes.xml
index 997af9d037..d8b2852097 100644
--- a/lib/xmerl/doc/src/notes.xml
+++ b/lib/xmerl/doc/src/notes.xml
@@ -32,6 +32,22 @@
<p>This document describes the changes made to the Xmerl application.</p>
+<section><title>Xmerl 1.3.25</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p> Fix a bug that the function name didn't get
+ normalized in some case which left white spaces in links.
+ </p>
+ <p>
+ Own Id: OTP-16617</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Xmerl 1.3.24</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/xmerl/vsn.mk b/lib/xmerl/vsn.mk
index 79be4c8a95..8711ed946f 100644
--- a/lib/xmerl/vsn.mk
+++ b/lib/xmerl/vsn.mk
@@ -1 +1 @@
-XMERL_VSN = 1.3.24
+XMERL_VSN = 1.3.25