docs: Update ChangeLog and README.md for 11.2.1
This commit is contained in:
12
ChangeLog
12
ChangeLog
@@ -1,3 +1,15 @@
|
||||
2026-04-04 Mintsuki <mintsuki@protonmail.com>
|
||||
|
||||
*** Release 11.2.1 ***
|
||||
|
||||
Noteworthy changes compared to the previous release, 11.2.0:
|
||||
|
||||
Bug fixes:
|
||||
- Revert Secure Boot enforcement policy for configuration file hash
|
||||
and other file hashes. This broke semantic versioning, so the fair
|
||||
thing to do is to revert it and move on to 12.x afterwards.
|
||||
- Add workaround for VMware optical drive detection on BIOS.
|
||||
|
||||
2026-04-02 Mintsuki <mintsuki@protonmail.com>
|
||||
|
||||
*** Release 11.2.0 ***
|
||||
|
||||
@@ -77,9 +77,9 @@ For example, to clone the latest binary release of the `11.x` branch, one can do
|
||||
```bash
|
||||
git clone https://codeberg.org/Limine/Limine.git --branch=v11.x-binary --depth=1
|
||||
```
|
||||
or, to clone a specific binary point release (for example `11.2.0`):
|
||||
or, to clone a specific binary point release (for example `11.2.1`):
|
||||
```bash
|
||||
git clone https://codeberg.org/Limine/Limine.git --branch=v11.2.0-binary --depth=1
|
||||
git clone https://codeberg.org/Limine/Limine.git --branch=v11.2.1-binary --depth=1
|
||||
```
|
||||
|
||||
In order to rebuild host utilities like `limine`, simply run `make` in the binary
|
||||
|
||||
Reference in New Issue
Block a user