2015-09-04 17:14:39 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 4 13:09:48 UTC 2015 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Version bump to 1.6:
|
|
|
|
* See manual.html for in-depth changelog
|
|
|
|
- Use %cmake macros properly
|
|
|
|
|
2015-03-17 16:01:50 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 5 06:44:51 UTC 2015 - davejplater@gmail.com
|
|
|
|
|
|
|
|
- Update to version 1.5 and prepare for submission to factory
|
|
|
|
See bnc#905649 enable blender cycles. Pugixml needed by OpenImageIO
|
|
|
|
needed by blender for cycles.
|
|
|
|
- Upstream changes:
|
|
|
|
see http://cdn.rawgit.com/zeux/pugixml/v1.5/docs/manual/changes.html
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 15 19:28:01 UTC 2014 - asterios.dramis@gmail.com
|
|
|
|
|
|
|
|
- Update to version 1.4:
|
|
|
|
Specification changes:
|
|
|
|
* Documents without element nodes are now rejected with
|
|
|
|
status_no_document_element error, unless parse_fragment option is used
|
|
|
|
New features:
|
|
|
|
* Added XML fragment parsing (parse_fragment flag)
|
|
|
|
* Added PCDATA whitespace trimming (parse_trim_pcdata flag)
|
|
|
|
* Added long long support for xml_attribute and xml_text (as_llong, as_ullong
|
|
|
|
and set_value/set overloads)
|
|
|
|
* Added hexadecimal integer parsing support for
|
|
|
|
as_int/as_uint/as_llong/as_ullong
|
|
|
|
* Added xml_node::append_buffer to improve performance of assembling
|
|
|
|
documents from fragments
|
|
|
|
* xml_named_node_iterator is now bidirectional
|
|
|
|
* Reduced XPath stack consumption during compilation and evaluation (useful
|
|
|
|
for embedded systems)
|
|
|
|
Compatibility improvements:
|
|
|
|
* Improved support for platforms without wchar_t support
|
|
|
|
* Fixed several false positives in clang static analysis
|
|
|
|
* Fixed several compilation warnings for various GCC versions
|
|
|
|
Bug fixes:
|
|
|
|
* Fixed undefined pointer arithmetic in XPath implementation
|
|
|
|
* Fixed non-seekable iostream support for certain stream types, i.e. boost
|
|
|
|
file_source with pipe input
|
|
|
|
* Fixed xpath_query::return_type() for some expressions
|
|
|
|
* Fixed dllexport issues with xml_named_node_iterator
|
|
|
|
* Fixed find_child_by_attribute assertion for attributes with null name/value
|
|
|
|
- Removed fix_install_libdir.patch (not needed anynore).
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 24 17:27:50 UTC 2014 - perry.werneck@gmail.com
|
|
|
|
|
|
|
|
- Small change in "make install" to fix SLES build.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 17 22:02:33 UTC 2013 - asterios.dramis@gmail.com
|
|
|
|
|
|
|
|
- Initial release (version 1.2).
|
|
|
|
- Added a patch (fix_install_libdir.patch) to make the package install the
|
|
|
|
library in the correct libdir (lib or lib64).
|