You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
0.22.4
2
+
======
3
+
4
+
* Added support for CPython 3.13.12.
5
+
* Implemented OpenSSL 3.6.1 source builds via MSVC (nmake) to replace unreliable pre-built binary dependencies.
6
+
* Added architecture isolation for Windows externals (mapping x86 to win32) to satisfy CPython's MSBuild expectations and prevent include path collisions.
7
+
* Automated discovery and management of Strawberry Perl (v5.42.0.1) and NASM (v3.01) for Windows builds.
8
+
* Added version detection for MPDecimal (v4.0.1).
9
+
* Migrated zlib source to GitHub releases and updated to v1.3.2.
10
+
* Forced UTF-8 encoding in pre-commit hooks to prevent crashes on Windows systems.
11
+
* Updated openssl.props patching to ensure correct DLL suffixes (-3 vs -3-x64) based on the target architecture.
12
+
* Security: Addressed CVE-2026-22184 and 7ASecurity audit findings in zlib (v1.3.2).
13
+
* Resolved Windows link failures by ensuring applink.c is correctly placed in the include directory.
0 commit comments