diff options
author | Rickard Green <[email protected]> | 2019-03-21 20:46:30 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2019-03-21 20:46:30 +0100 |
commit | db4eefa49350bb18089f80e21464865f641b614f (patch) | |
tree | 91d364eedc18c31122f9f424d1d39c9bfb338be1 /lib | |
parent | f5c90a31ebd6e9f09588f176ea6895406d1f7d92 (diff) | |
parent | 7e6fff1e849998a3dd747b4d3cf35f39cb896aa0 (diff) | |
download | otp-db4eefa49350bb18089f80e21464865f641b614f.tar.gz otp-db4eefa49350bb18089f80e21464865f641b614f.tar.bz2 otp-db4eefa49350bb18089f80e21464865f641b614f.zip |
Merge branch 'maint-21' into maint
* maint-21:
Updated OTP version
Prepare release
# Conflicts:
# make/otp_version_tickets
Diffstat (limited to 'lib')
-rw-r--r-- | lib/xmerl/doc/src/notes.xml | 22 | ||||
-rw-r--r-- | lib/xmerl/vsn.mk | 2 |
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 |