diff options
author | Rickard Green <[email protected]> | 2019-03-21 20:46:32 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2019-03-21 20:46:32 +0100 |
commit | 7b7dbb84cb5047daa2cce52cfcf7aa7ba75ad9a6 (patch) | |
tree | c56e50604d0a2828e9b8d73081ae46315242be9b /lib | |
parent | 4c8c3f0e66c3d200a2e5891b0649c87f85fe0db2 (diff) | |
parent | db4eefa49350bb18089f80e21464865f641b614f (diff) | |
download | otp-7b7dbb84cb5047daa2cce52cfcf7aa7ba75ad9a6.tar.gz otp-7b7dbb84cb5047daa2cce52cfcf7aa7ba75ad9a6.tar.bz2 otp-7b7dbb84cb5047daa2cce52cfcf7aa7ba75ad9a6.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
# make/otp_version_tickets_in_merge
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 |