From 8c12e33321ac4004f0a5ca625c516b5fe6098e92 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 17 Sep 2025 13:26:18 +0000 Subject: [PATCH] GAM 7.21.02 --- src/GamUpdate.txt | 8 ++++++++ src/gam/__init__.py | 2 +- wiki/GamUpdates.md | 8 ++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/src/GamUpdate.txt b/src/GamUpdate.txt index a3198575..de54564b 100644 --- a/src/GamUpdate.txt +++ b/src/GamUpdate.txt @@ -1,3 +1,11 @@ +7.21.02 + +GAM now builds on macOS 26 Tahoe and properly identifies the OS. + +A custom build of the cryptography library is no longer needed for Windows arm64 builds as the project now releases their own build for the OS. + +Upgrade to OpenSSL 3.5.3 latest + 7.21.01 Replaced datetime, dateutil, calendar and iso8601 Python libraries with arrow library. diff --git a/src/gam/__init__.py b/src/gam/__init__.py index c80e56b6..81ef923d 100755 --- a/src/gam/__init__.py +++ b/src/gam/__init__.py @@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki """ __author__ = 'GAM Team ' -__version__ = '7.21.01' +__version__ = '7.21.02' __license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' #pylint: disable=wrong-import-position diff --git a/wiki/GamUpdates.md b/wiki/GamUpdates.md index bdb5c120..45c87762 100644 --- a/wiki/GamUpdates.md +++ b/wiki/GamUpdates.md @@ -10,6 +10,14 @@ Add the `-s` option to the end of the above commands to suppress creating the `g See [Downloads-Installs-GAM7](https://github.com/GAM-team/GAM/wiki/Downloads-Installs) for Windows or other options, including manual installation +### 7.21.02 + +GAM now builds on macOS 26 Tahoe and properly identifies the OS. + +A custom build of the cryptography library is no longer needed for Windows arm64 builds as the project now releases their own build for the OS. + +Upgrade to OpenSSL 3.5.3 latest + ### 7.21.01 Replaced datetime, dateutil, calendar and iso8601 Python libraries with arrow library.