Change release version to v2.9.11

This commit is contained in:
Ervin Hegedus
2025-07-01 21:55:51 +02:00
parent ecd7b97368
commit 5615addfb3
3 changed files with 14 additions and 2 deletions

12
CHANGES
View File

@@ -1,3 +1,15 @@
01 Jul 2025 - 2.9.11
--------------------
* fix: prevent segmentation fault if the XML node is empty
[PR from private repo - @theseion, @fzipi, @RedXanadu, @airween; fixed CVE-2025-52891]
* Plug memory leak when msre_op_validateSchema_execute() exits normally (validateSchema)
[Issue #3401 - @nic-prgs]
* chore: bump version in MSI installer.wxs
[Issue #3400 - @airween]
* Fix resource leaks in `msc_status_engine_mac_address`
[Issue #3391 - @amezin]
02 Jun 2025 - 2.9.10
--------------------