diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aa6ab2b80..1ab87f2826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,17 +8,17 @@ - Probe hardware for Backlight pathing on iMac10,1, iMac11,x and iMac12,x with Metal GPUs - Add Windows UEFI Audio support to Sandy and Ivy Bridge Macs - Add 3rd Party NVMe Power Management Patches - - NVMeFix fafc52d (1.0.7 rolling - 04-29-2021) + - NVMeFix fafc52d (1.0.7 release - 05-03-2021) - Strip unused ACPI and Kernel entries during build - Allow native Macs to use OpenCore - Better 3rd party NVMe support - Better Wireless networking support - Fix MacBook6,1 audio support - Increment binaries - - OpenCore 1a673ad (0.6.9 rolling - 05-02-2021) - - Lilu c77722d (1.5.3 rolling - 05-01-2021) + - OpenCore 65cc81b (0.6.9 release - 05-03-2021) + - Lilu c77722d (1.5.3 release - 05-03-2021) - AppleALC 84850d0 (1.6.0 rolling - 04-30-2021) - - RestrictEvents 9e2bb0f (1.0.1 rolling - 05-01-2021) + - RestrictEvents 9e2bb0f (1.0.1 release - 05-03-2021) - Allow CPUFriend on all El-Capitan Era Macs - Fix UEFI 2.0 Application support on upgraded Nvidia GPUs - Add experimental Sidecar support diff --git a/Resources/Constants.py b/Resources/Constants.py index 3dbf2cbf49..d8b5e7eb9d 100644 --- a/Resources/Constants.py +++ b/Resources/Constants.py @@ -10,7 +10,7 @@ class Constants: def __init__(self): self.patcher_version = "0.1.2" - self.opencore_commit = "1a673ad - 05-02-2021" + self.opencore_commit = "65cc81b - 05-03-2021" self.opencore_version = "0.6.9" self.lilu_version = "1.5.3" self.whatevergreen_version = "1.4.9" diff --git a/payloads/Kexts/Acidanthera/RestrictEvents-v1.0.1.zip b/payloads/Kexts/Acidanthera/RestrictEvents-v1.0.1.zip index bce2416d53..f2ad353251 100644 Binary files a/payloads/Kexts/Acidanthera/RestrictEvents-v1.0.1.zip and b/payloads/Kexts/Acidanthera/RestrictEvents-v1.0.1.zip differ diff --git a/payloads/OpenCore/OpenCore-DEBUG.zip b/payloads/OpenCore/OpenCore-DEBUG.zip index 574faa2bbc..36bcd2fff2 100644 Binary files a/payloads/OpenCore/OpenCore-DEBUG.zip and b/payloads/OpenCore/OpenCore-DEBUG.zip differ diff --git a/payloads/OpenCore/OpenCore-RELEASE.zip b/payloads/OpenCore/OpenCore-RELEASE.zip index d36420b040..4ac872f14e 100644 Binary files a/payloads/OpenCore/OpenCore-RELEASE.zip and b/payloads/OpenCore/OpenCore-RELEASE.zip differ