Accepting request 934426 from home:dirkmueller:Factory

- update to 3.3:
  * Cleaned up usage of `free` throughout the library
  * Added more error handling to the library
  * Fixed potential memory leak in `mxmlLoad*` functions
  * Fixed `mxmlSaveString` with a buffer size of 0
  * Fixed `MXML_MINOR_VERSION` value in "mxml.h"
  * Fixed POSIX threading support for MingW
  * Fixed some minor memory leaks found by Coverity

OBS-URL: https://build.opensuse.org/request/show/934426
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mxml?expand=0&rev=26
This commit is contained in:
Dirk Mueller 2021-12-05 10:07:32 +00:00 committed by Git OBS Bridge
parent 7dc61c854b
commit 36cb431b13
6 changed files with 16 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b894f6c64964f2e77902564c17ba00f5d077a7a24054e7c1937903b0bd42c974
size 9269499

Binary file not shown.

3
mxml-3.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7cf976366f9e8e4f8cff7d35a59bcf6201c769fce9e58015d64f4b6de1fe3dd8
size 1550769

BIN
mxml-3.3.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Nov 28 19:44:11 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 3.3:
* Cleaned up usage of `free` throughout the library
* Added more error handling to the library
* Fixed potential memory leak in `mxmlLoad*` functions
* Fixed `mxmlSaveString` with a buffer size of 0
* Fixed `MXML_MINOR_VERSION` value in "mxml.h"
* Fixed POSIX threading support for MingW
* Fixed some minor memory leaks found by Coverity
-------------------------------------------------------------------
Wed Jan 6 17:56:37 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -19,7 +19,7 @@
%define library_name libmxml1
Name: mxml
Version: 3.2
Version: 3.3
Release: 0
Summary: Small XML Parsing Library
# The Mini-XML library is licensed under the Apache License Version 2.0 with an