Skip to content

Commit cdd8334

Browse files
committed
Add changelog for 0.22.4
1 parent 864d718 commit cdd8334

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
14+
15+
116
0.22.3
217
======
318

relenv/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
)
3535

3636
# relenv package version
37-
__version__ = "0.22.3"
37+
__version__ = "0.22.4"
3838

3939
log = logging.getLogger(__name__)
4040

0 commit comments

Comments
 (0)