diff --git a/CHANGELOG.md b/CHANGELOG.md index 355910bda..7ae017d71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # OpenCore Legacy Patcher changelog ## 0.6.9 +- Resolve BCM2046 and BCM2070 support on macOS 13.3 and newer - Increment Binaries: - OpenCorePkg 0.9.3 - release - Lilu 1.6.6 - release @@ -9,7 +10,7 @@ - FeatureUnlock 1.1.5 - release - DebugEnhancer 1.0.8 - release - CPUFriend 1.2.7 - release - - BlueToolFixup 2.6.7 - release + - BlueToolFixup 2.6.8 - rolling (2305aaa) - CryptexFixup 1.0.2 - release ## 0.6.8 diff --git a/payloads/Kexts/Acidanthera/BlueToolFixup-v2.6.7-DEBUG.zip b/payloads/Kexts/Acidanthera/BlueToolFixup-v2.6.7-DEBUG.zip deleted file mode 100644 index e6a745d2e..000000000 Binary files a/payloads/Kexts/Acidanthera/BlueToolFixup-v2.6.7-DEBUG.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/BlueToolFixup-v2.6.7-RELEASE.zip b/payloads/Kexts/Acidanthera/BlueToolFixup-v2.6.7-RELEASE.zip deleted file mode 100644 index 78e23e3f8..000000000 Binary files a/payloads/Kexts/Acidanthera/BlueToolFixup-v2.6.7-RELEASE.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/BlueToolFixup-v2.6.8-DEBUG.zip b/payloads/Kexts/Acidanthera/BlueToolFixup-v2.6.8-DEBUG.zip new file mode 100644 index 000000000..c7e459b5c Binary files /dev/null and b/payloads/Kexts/Acidanthera/BlueToolFixup-v2.6.8-DEBUG.zip differ diff --git a/payloads/Kexts/Acidanthera/BlueToolFixup-v2.6.8-RELEASE.zip b/payloads/Kexts/Acidanthera/BlueToolFixup-v2.6.8-RELEASE.zip new file mode 100644 index 000000000..77e831db1 Binary files /dev/null and b/payloads/Kexts/Acidanthera/BlueToolFixup-v2.6.8-RELEASE.zip differ diff --git a/resources/constants.py b/resources/constants.py index b500399b7..3324e6056 100644 --- a/resources/constants.py +++ b/resources/constants.py @@ -43,7 +43,7 @@ class Constants: self.featureunlock_version: str = "1.1.5" # FeatureUnlock self.debugenhancer_version: str = "1.0.8" # DebugEnhancer self.cpufriend_version: str = "1.2.7" # CPUFriend - self.bluetool_version: str = "2.6.7" # BlueToolFixup (BrcmPatchRAM) + self.bluetool_version: str = "2.6.8" # BlueToolFixup (BrcmPatchRAM) self.cslvfixup_version: str = "2.6.1" # CSLVFixup self.autopkg_version: str = "1.0.2" # AutoPkgInstaller self.cryptexfixup_version: str = "1.0.2" # CryptexFixup