forked from pool/pugixml
Accepting request 1032962 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1032962 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pugixml?expand=0&rev=13
This commit is contained in:
commit
5b8bc5643c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e28ab24b6e04e013d96f45d25e9f2d04c921dc68c613fd010ecaaad3892c14d
|
||||
size 571665
|
3
pugixml-1.13.tar.gz
Normal file
3
pugixml-1.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c5ad5d7caeb791420408042a7d88c2c6180781bf218feca259fd9d840a888e1
|
||||
size 573528
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 2 19:58:12 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 21:28:34 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user