Skip to content

Commit c822fc0

Browse files
authored
Move app versioning explainer to FAQ
Was previously in SONOMA-DROP.
1 parent 7f9e36e commit c822fc0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/FAQ.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ The patcher application requires **OS X Yosemite 10.10** or later to run.
2727
The patcher is designed to target **macOS Big Sur 11.x to macOS Sequoia 15.x**.
2828
* Other versions may work, albeit in a broken state. No support is provided for any version outside of the above.
2929

30+
## Application versioning
31+
32+
Since 1.0.0, OCLP adheres to a proper versioning scheme with major, minor and bug fix system ([Semantic Versioning](https://semver.org/)).
33+
34+
- First digit: Major changes, including new OS support, API changes, and significant patch set changes, etc
35+
- Second digit: Minor changes, including incoming OS update fixes, minor patch set changes, etc
36+
- Third digit: Bug fixes, primarily hot fixes either due to a regression in prior release or resolving issues in already released OS updates
37+
38+
3039
## How do I make sure I'm all up to date?
3140

3241
Updating the OCLP installation is a three step process, first the application, second the bootloader and finally root patches.

docs/SONOMA-DROP.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,6 @@
66

77
Apple has yet again dropped a bunch of models, continuing their journey on discontinuing Intel Macs. With the release of OpenCore Legacy Patcher 1.0.0, early support for macOS Sonoma has been implemented.
88

9-
## Versioning
10-
11-
With 1.0.0, we'll be switching to a proper major, minor and bug fix system ([Semantic Versioning](https://semver.org/)). This means the coming release will be version 1.0.0, and future releases plan to follow this scheme:
12-
13-
- First digit: Major changes, including new OS support, API changes, and significant patch set changes, etc
14-
- Second digit: Minor changes, including incoming OS update fixes, minor patch set changes, etc
15-
- Third digit: Bug fixes, primarily hot fixes either due to a regression in prior release or resolving issues in already released OS updates
16-
17-
189
## Newly dropped hardware
1910

2011
* MacBook10,1: MacBook (Retina, 12-inch, 2017)

0 commit comments

Comments
 (0)