diff options
author | Lars Thorsen <[email protected]> | 2017-06-05 10:23:09 +0200 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2017-06-05 10:23:09 +0200 |
commit | 3cfd0ee2fc1edb9b6c613d8efeac2fdc51b3e4ba (patch) | |
tree | 87ddf34e763c39250d394564c23c169fc612ce25 /lib/xmerl/doc/src/notes.xml | |
parent | 5b014a2d416f8a18fcd17c031d680a32bc6473d8 (diff) | |
parent | 645371eb3a5cdcdbf73bde2ec906181ec701e1cf (diff) | |
download | otp-3cfd0ee2fc1edb9b6c613d8efeac2fdc51b3e4ba.tar.gz otp-3cfd0ee2fc1edb9b6c613d8efeac2fdc51b3e4ba.tar.bz2 otp-3cfd0ee2fc1edb9b6c613d8efeac2fdc51b3e4ba.zip |
Merge branch 'maint'
Conflicts:
OTP_VERSION
erts/vsn.mk
Diffstat (limited to 'lib/xmerl/doc/src/notes.xml')
-rw-r--r-- | lib/xmerl/doc/src/notes.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/xmerl/doc/src/notes.xml b/lib/xmerl/doc/src/notes.xml index ef4831e6ec..56856d026e 100644 --- a/lib/xmerl/doc/src/notes.xml +++ b/lib/xmerl/doc/src/notes.xml @@ -32,6 +32,27 @@ <p>This document describes the changes made to the Xmerl application.</p> +<section><title>Xmerl 1.3.14</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> A couple of bugs are fixed in the sax parser + (xmerl_sax_parser). </p> <list> <item>The continuation + function was not called correctly when the XML directive + was fragmented. </item> <item>When the event callback + modules (xmerl_sax_old_dom and xmerl_sax_simple) got an + endDocument event at certain conditions the parser + crashed.</item> <item>Replaced internal ets table with + map to avoid table leakage.</item> </list> + <p> + Own Id: OTP-14430</p> + </item> + </list> + </section> + +</section> + <section><title>Xmerl 1.3.13</title> <section><title>Fixed Bugs and Malfunctions</title> |