Adjust versioning to 0.6.0, match changes

This commit is contained in:
Mykola Grymalyuk
2023-01-19 12:39:42 -07:00
parent 037ff0f2c3
commit 659d842023
3 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# OpenCore Legacy Patcher changelog
## 0.5.4
## 0.6.0
- Resolve external NVMe reporting regression from 0.5.2
- Implement Legacy Wireless support for Ventura
- Applicable for BCM94328, BCM94322 and Atheros chipsets
@@ -41,8 +41,8 @@
- Primarily for GPUs lacking GOPs and can't have a newer VBIOS flashed
- Resolve Rapid Security Response support for Haswell+ Macs requiring KDKs
- Implemented via:
- Userspace: RSRRepair at `/etc/rc.server` (2b1c9e3)
- Kernelspace: RSRHelper.kext (cbe1be9)
- Userspace: [RSRRepair](https://github.com/flagersgit/RSRRepair) at `/etc/rc.server` (2b1c9e3)
- Kernelspace: [RSRHelper.kext](https://github.com/khronokernel/RSRHelper) (cbe1be9)
- Increment Binaries:
- OpenCorePkg 0.8.8 - release
- PatcherSupportPkg 0.8.0 - release

View File

@@ -12,7 +12,7 @@ from data import os_data
class Constants:
def __init__(self):
# Patcher Versioning
self.patcher_version = "0.5.4" # OpenCore-Legacy-Patcher
self.patcher_version = "0.6.0" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version = "0.8.0" # PatcherSupportPkg
self.url_patcher_support_pkg = "https://github.com/dortania/PatcherSupportPkg/releases/download/"
self.nightly_url_patcher_support_pkg = "https://nightly.link/dortania/PatcherSupportPkg/workflows/build/master/"

View File

@@ -196,6 +196,7 @@ class sys_patch_helpers:
# This is a (hopefully) temporary work-around, however likely to stay.
# RSRRepair has the added bonus of fixing desynced KCs from 'bless', so useful in Big Sur+
# https://github.com/flagersgit/RSRRepair
if self.constants.detected_os < os_data.os_data.big_sur:
return