Changelog for
mxml-doc-2.11-1.1.noarch.rpm :
* Sun Jul 15 2018 antoine.belvireAATTopensuse.org- Update to version 2.11:
* CDATA nodes now omit the trailing \"]]\" for convenience (gh#michaelrsweet/mxml#170).
* Fixed a memory leak in mxmlDelete (gh#michaelrsweet/mxml#183)
* mxmlElementSetAttrf did not work with some versions of Visual Studio (gh#michaelrsweet/mxml#184)
* Added mxmlElementGetAttrByIndex and mxmlELementGetAttrCount functions (gh#michaelrsweet/mxml#185)
* The configure script now properly supports cross-compilation (gh#michaelrsweet/mxml#188)
* The mxmldoc utility now supports generation of EPUB files (gh#michaelrsweet/mxml#189)
* The mxmldoc utility now supports the SOURCE_DATE_EPOCH environment variable for reproducible builds (gh#michaelrsweet/mxml#193)
* The mxmldoc utility now supports Markdown (gh#michaelrsweet/mxml#194)
* Fixed writing of custom data values (gh#michaelrsweet/mxml#201)
* Added mxmlNewOpaquef and mxmlSetOpaquef functions to add and set formatted opaque string values.
* The mxmldoc utility scanned and loaded descriptive text differently, causing the detailed descriptions (\"discussion\") to be lost in generated documentation.
* The mxmldoc utility now supports AATTexclude formatAATT comments to exclude documentation based on the output format. The format string can be all to exclude documentation for all formats or a comma-delimited list such as AATTexclude man,htmlAATT.- Drop upstreamed patches:
* reproducible.path
* mxml-2.3-nobinstrip.patch- Clean spec file.
* Tue Apr 25 2017 bwiedemannAATTsuse.com- Add reproducible.patch to make build reproducible
* Fri Nov 11 2016 mrueckertAATTsuse.de- 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)
* Thu Mar 05 2015 p.drouandAATTgmail.com- Update to version 2.9
* mxmlLoad
* did not correctly load value nodes with MXML_NO_CALLBACK or MXML_TEXT_CALLBACK (Bug #502)- Update homepage Url- Use download Url as source
* Fri Sep 12 2014 jengelhAATTinai.de- Improve on RPM group classification
* Thu Sep 11 2014 hrvoje.senjanAATTgmail.com- Add baselibs.conf
* Sun Jan 29 2012 jengelhAATTmedozas.de- Remove redundant tags/sections per specfile guideline suggestions- Parallel building using %_smp_mflags
* Fri Aug 12 2011 andrea.turriniAATTgmail.com- fixed typos in mxml.spec
* Mon Jun 06 2011 mrueckertAATTsuse.de- 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 \"\" 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
* Thu Sep 11 2008 mrueckertAATTsuse.de- use shared library package policy