Releases: leethomason/tinyxml2
v11.0.0
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
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
Collected fixes and pull requests.