SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libpugixml1-1.14.x+git.20240323T094403~f1d8c51-1.10.x86_64.rpm :

* Wed May 01 2024 obs-service-tar-scmAATTinvalid- Update to version 1.14.x+git.20240323T094403~f1d8c51:
* Relative and absolute paths for a relocatable pkgconf file
* Update pugixml.pc.in
* docs: Adjust docs wrt parse_merge_pcdata x parse_embed_pcdata
* Update year to 2024 everywhere
* Extract length validation and conversion function into a templated function
* Fix -Wshorten-64-to-32 warning on Android NDK when targeting x86
* Use cleaner references to STL classes
* Tue Feb 04 2020 Antoine Belvire - Update to version 1.10:
* XPath union operation now is ~2x faster to compute and results in a stable order that doesn\'t depend on pointer order.
* Add format_skip_control_chars formatting flag to skip non-printable ASCII characters.
* Add format_attribute_single_quote formatting flag to use single quotes for attribute values.
* Add Visual Studio .natvis files to improve debugging experience.- Remove merged patches:
* pugixml-1.9-use-CMAKE_INSTALL_LIBDIR.patch.
* pugixml-1.9-install-pc-file.patch.
* Mon Mar 25 2019 Jan Engelhardt - Ensure neutrality of descriptions.
* Tue Jul 24 2018 antoine.belvireAATTopensuse.org- Install pc file:
* Add pugixml-1.9-install-pc-file.patch (picked from upstream).
* Add pugixml-1.9-use-CMAKE_INSTALL_LIBDIR.patch (picked from upstream).
* Tue Apr 10 2018 bjoernAATTschramke-online.de- Update to version 1.9
* Specification changes + xml_document::load(const char
*) (deprecated in 1.5) now has deprecated attribute; use xml_document::load_string instead + xml_node::select_single_node (deprecated in 1.5) now has deprecated attribute; use xml_node::select_node instead
* New features + Add move semantics support for xml_document and improve move semantics support for other objects + CMake build now exports include directories + CMake build with BUILD_SHARED_LIBS=ON now uses dllexport attribute for MSVC
* XPath improvements + Rework parser/evaluator to not rely on exceptional control flow; longjmp is no longer used when exceptions are disabled + Improve error messages for certain invalid expressions such as .[1] or (1 + Minor performance improvements
* Compatibility improvements + Fix Texas Instruments compiler warnings + Fix compilation issues with limits.h for some versions of gcc + Fix compilation issues with Clang/C2 + Fix implicit fallthrough warnings in gcc 7 + Fix unknown attribute directive warnings in gcc 8 + Fix cray++ compiler errors + Fix unsigned integer overflow errors with -fsanitize=integer + Fix undefined behavior sanitizer issues in compact mode
* Thu Feb 16 2017 joerg.lorenzenAATTki.tng.de- Update to version 1.8
* Specification changes + When printing empty elements, a space is no longer added before / in format_raw mode.
* New features + Added parse_embed_pcdata parsing mode in which PCDATA value is stored in the element node if possible (significantly reducing memory consumption for some documents). + Added auto-detection support for Latin-1 (ISO-8859-1) encoding during parsing. + Added format_no_empty_element_tags formatting flag that outputs start/end tags instead of empty element tags for empty elements.
* Performance improvements + Minor memory allocation improvements (yielding up to 1% memory savings in some cases).
* Compatibility improvements + Fixed compilation issues for Borland C++ 5.4. + Fixed compilation issues for some distributions of MinGW 3.8. + Fixed various Clang/GCC warnings. + Enabled move semantics support for XPath objects for MSVC 2010 and above.
* Wed Oct 21 2015 idonmezAATTsuse.com- Update to version 1.7
* New integer parsing/formatting implementation + Functions that convert from and to integers (e.g. as_int/set_value) do not rely on CRT any more. + New implementation is 3-5x faster and is always correct wrt overflow or underflow. This is a behavior change - where previously as_uint() would return UINT_MAX on a value \"-1\", it now returns 0.
* New features + XPath objects (xpath_query, xpath_node_set, xpath_variable_set) are now movable if your compiler supports C++11. Additionally, xpath_variable_set is copyable. + Added format_indent_attributes that makes the resulting XML friendlier to line diff/merge tools. + Added a variant of xml_node::attribute function with a hint that can improve lookup performance. + Custom allocation functions are now allowed (but not required) to throw instead of returning a null pointer.
* Bug fixes + Fix Clang 3.7 crashes in out-of-memory cases (C++ DR 1748) + Fix xpath_node_set assignment to provide strong exception guarantee + Fix saving for custom xml_writer implementations that can throw from write()- Add pugixml-config.patch to enable long long support, works better than enabling via build flags.
* Fri Oct 09 2015 idonmezAATTsuse.com- Manually enable long long support
* Fri Sep 04 2015 tchvatalAATTsuse.com- Version bump to 1.6:
* See manual.html for in-depth changelog- Use %cmake macros properly
* Thu Mar 05 2015 davejplaterAATTgmail.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
 
ICM