From 8565eaa30edd7aa2acee407bb5a2ae7c5f89c1b7 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 13 Jun 2016 01:07:49 +0000 Subject: [PATCH] Bump version. --- ANNOUNCEMENT | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/ANNOUNCEMENT b/ANNOUNCEMENT index 2a33819..d2783ac 100644 --- a/ANNOUNCEMENT +++ b/ANNOUNCEMENT @@ -1,11 +1,17 @@ -Mini-XML 2.8 is now available for download from: +Mini-XML 2.10 is now available for download from: http://www.msweet.org/downloads.php/Mini-XML -Mini-XML 2.8 fixes some minor platform and XML issues. Changes include: +Mini-XML 2.10 fixes some stack overflow, XML, and API issues. Changes include: -- Now call docsetutil using xcrun on OS X (Bug #458) -- mxmldoc did not escape special HTML characters inside @code foo@ comments. -- Fixed a memory leak in mxmlElementDeleteAttr (Bug #452) -- Added MXML_MAJOR/MINOR_VERSION definitions to mxml.h (Bug $461) -- Fixed a bug reading UTF-16 characters from a file (Bug #454) +- The version number in mxml.h was wrong (Bug #532) +- The mxml.spec file was out of date (Bug #521) +- Mini-XML no longer allows malformed element names (Bug #509) +- mxmlLoad* and mxmlSAXLoad* did not properly create text nodes when + MXML_TEXT_CALLBACK was specified (Bug #531) +- mxmlDelete used a recursive algorithm which could require large amounts of + stack space depending on the file (Bug #549, CVE-2016-4570) +- mxmlWrite* used a recursive algorithm which could require large amounts of + stack space depending on the file (Bug #549, CVE-2016-4571) + +Enjoy!