From 7ff87210ac697c1276fbf81706705b7a9dc5c884 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 15 May 2019 15:16:32 +0200 Subject: Prepare release --- lib/xmerl/doc/src/notes.xml | 17 +++++++++++++++++ lib/xmerl/vsn.mk | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/xmerl/doc/src/notes.xml b/lib/xmerl/doc/src/notes.xml index d6b6dfdfb5..63070ea316 100644 --- a/lib/xmerl/doc/src/notes.xml +++ b/lib/xmerl/doc/src/notes.xml @@ -32,6 +32,23 @@

This document describes the changes made to the Xmerl application.

+
Xmerl 1.3.20.1 + +
Fixed Bugs and Malfunctions + + +

+ xmerl_sax_parser crashed during charset detection + when the xml declarations attribute values was missing + the closing quotation (' or ").

+

+ Own Id: OTP-15826

+
+
+
+ +
+
Xmerl 1.3.20
Fixed Bugs and Malfunctions diff --git a/lib/xmerl/vsn.mk b/lib/xmerl/vsn.mk index 31ffa6e749..3c97615e1e 100644 --- a/lib/xmerl/vsn.mk +++ b/lib/xmerl/vsn.mk @@ -1 +1 @@ -XMERL_VSN = 1.3.20 +XMERL_VSN = 1.3.20.1 -- cgit v1.2.3