- update to version 2.10
- 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) (bnc #979205)
- mxmlWrite* used a recursive algorithm which could require large
amounts of stack space depending on the file (Bug #549,
CVE-2016-4571) (bnc #979206)
OBS-URL: https://build.opensuse.org/request/show/439918
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mxml?expand=0&rev=15
- update to version 2.6
- Documentation fixes (STR #91, STR #92)
- The mxmldoc program did not handle typedef comments properly
(STR #72)
- Added support for "long long" printf formats.
- The XML parser now ignores BOMs in UTF-8 XML files (STR #89)
- The mxmldoc program now supports generating Xcode documentation
sets.
- mxmlSave*() did not output UTF-8 correctly on some platforms.
- mxmlNewXML() now adds encoding="utf-8" in the ?xml directive to
avoid problems with non-conformant XML parsers that assume
something other than UTF-8 as the default encoding.
- Wrapping was not disabled when mxmlSetWrapMargin(0) was called,
and "<?xml ... ?>" was always followed by a newline (STR #76)
- The mxml.pc.in file was broken (STR #79)
- The mxmldoc program now handles "typedef enum name {} name"
correctly (STR #72)
- drop requires on main package from the library package
OBS-URL: https://build.opensuse.org/request/show/72805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=11