diff options
Diffstat (limited to 'xml/ANNOUNCEMENT')
-rw-r--r-- | xml/ANNOUNCEMENT | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/xml/ANNOUNCEMENT b/xml/ANNOUNCEMENT new file mode 100644 index 0000000..64cfd0d --- /dev/null +++ b/xml/ANNOUNCEMENT @@ -0,0 +1,14 @@ +Mini-XML 2.7 is now available for download from: + + http://www.minixml.org/software.php + +Mini-XML 2.7 fixes some minor platform and XML issues. Changes include: + +- Updated the source headers to reference the Mini-XML license and its + exceptions to the LGPL2 (STR #108) +- The shared library did not include a destructor for the thread- + specific data key on UNIX-based operating systems (STR #103) +- mxmlLoad* did not error out on XML with multiple root nodes (STR #101) +- Fixed an issue with the _mxml_vstrdupf function (STR #107) +- mxmlSave* no longer write all siblings of the passed node, just that + node and its children (STR #109) |