Update CHANGES; added newest PR's

This commit is contained in:
Ervin Hegedus 2024-08-07 14:40:56 +02:00 committed by GitHub
parent 80dd45703b
commit 5403b3d01c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,14 @@
v3.0.13 - YYYY-MMM-DD v3.0.13 - YYYY-MMM-DD
--------------------- ---------------------
- Refactor: used the init-statement to declare "pos" inside the
if statement
[PR #3214 - @gberkes]
- Refactor: moved 3 #include directives to the top of the file.
[PR #3213 - @gberkes]
- Fix SecRemoteRules regression test not to depend on a
specific error message
[PR #3211 - @eduar-hte]
- Fixed shared files deadlock in a multi-threaded Windows application - Fixed shared files deadlock in a multi-threaded Windows application
[PR #3210 - @eduar-hte] [PR #3210 - @eduar-hte]
- Add cleanup methods to complete C based ABI - Add cleanup methods to complete C based ABI