From 40fb2269b73002663932e43c176bf51368396236 Mon Sep 17 00:00:00 2001 From: Mintsuki Date: Sat, 4 Apr 2026 15:06:04 +0200 Subject: [PATCH] docs: Update ChangeLog and README.md for 11.2.1 --- ChangeLog | 12 ++++++++++++ README.md | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 88f84077..9614e188 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2026-04-04 Mintsuki + + *** 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 *** Release 11.2.0 *** diff --git a/README.md b/README.md index b71d7f22..31440d63 100644 --- a/README.md +++ b/README.md @@ -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