From 85d15184e7ebccb5c3e2b86194b8ca56b2365817 Mon Sep 17 00:00:00 2001 From: userdocs <16525024+userdocs@users.noreply.github.com> Date: Wed, 27 Dec 2023 14:34:17 +0000 Subject: [PATCH] v.2.0.3 --- changelog.md | 7 +++++++ qbittorrent-nox-static.sh | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 1a6ae194..c62a7c41 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,13 @@ +### v2.0.3 - 27-12-2023 + +Fixed a regression from the V2 update where the host arch for `zlib-ng` was incorrectly set to `x86_64`, regardless of the actual host arch, when building on a non `x86_64` host to the same target arch (not cross building). + +https://github.com/userdocs/qbittorrent-nox-static/issues/131 + ### v2.0.2 - 26-05-2023 Set `ICU` default to `no`. It does not need to be forced to on as there is no longer a related bug and it also makes more sense when considering the `-i` toggle. + ### v2.0.1 - 15-05-2023 Bug fix: `skip_icu` was being unset and defaulting to no. It is no longer unset and if set to skipped when using the module directly will still skip it. diff --git a/qbittorrent-nox-static.sh b/qbittorrent-nox-static.sh index 3d7532a9..61b0aaad 100644 --- a/qbittorrent-nox-static.sh +++ b/qbittorrent-nox-static.sh @@ -17,7 +17,7 @@ ################################################################################################################################################# # Script version = Major minor patch ################################################################################################################################################# -script_version="2.0.2" +script_version="2.0.3" ################################################################################################################################################# # Set some script features - https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html #################################################################################################################################################