Accepting request 1032951 from home:1Antoine1:branches:devel:libraries:c_c++

- Update to version 1.13:
  * xml_attribute::set_value, xml_node::set_value and xml_text::set
    now have overloads that accept pointer to non-null-terminated
    string and size.
  * Fix error handling in xml_document::save_file that could result
    in the function succeeding while running out of disk space.
  * Fix memory leak during error handling of some out-of-memory
    conditions during xml_document::load.

OBS-URL: https://build.opensuse.org/request/show/1032951
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pugixml?expand=0&rev=23
This commit is contained in:
2022-11-02 21:58:00 +00:00
committed by Git OBS Bridge
parent a508cb8cf0
commit 1e21f5a567
4 changed files with 16 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%define _libname libpugixml1
Name: pugixml
Version: 1.12.1
Version: 1.13
Release: 0
Summary: Light-weight C++ XML Processing Library
License: MIT