Skip to content

Releases: leethomason/tinyxml2

v11.0.0

15 Mar 21:48
Compare
Choose a tag to compare

This is the same as the 10.1.0 release - the bug is in the version number, not the code. 10.1.0 does have an API change that was missed. (Details #1018)

Build fixes, typo fixes, fixed some internal int -> size_t. (Which will change the size of objects, but not the API.)
Fix GHSA-884x-p7qm-gq3f which was a problem parsing character encodings.

v10.1.0

08 Mar 19:03
Compare
Choose a tag to compare

Build fixes, typo fixes, fixed some internal int -> size_t. (Which will change the size of objects, but not the API.)
Fix CVE-2024-50615 which was a problem parsing character encodings.

NOTE: this actually has a minor breaking API change in the return size of strings. (Of course, if that causes a bug / stack corruption in your use case, perhaps not so minor.) 11.0.0 is the same as this release, but correctly versioned.

Details here: #1018

v10.0.0

31 Dec 02:10
321ea88
Compare
Choose a tag to compare

Collected fixes and pull requests.