docs: Update ChangeLog and README.md for 11.2.1

This commit is contained in:
Mintsuki
2026-04-04 15:06:04 +02:00
parent a24f496c2e
commit 40fb2269b7
2 changed files with 14 additions and 2 deletions

View File

@@ -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 ***

View File

@@ -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