:: commit 32ee2a3667bf4f4406d46f1dc658e46206e8346a

Mintsuki <mintsuki@protonmail.com> — 2026-03-25 02:47

parents: dbbf8df9fc

docs: Update ChangeLog and README.md for 11.1.0

diff --git a/ChangeLog b/ChangeLog
index 828ddfba..3996709f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2026-03-25  Mintsuki  <mintsuki@protonmail.com>
+
+    *** Release 11.1.0 ***
+
+    Noteworthy changes compared to the previous release, 11.0.0:
+
+    New features:
+        - Walk back previous breaking change where base revisions 0 through 3
+          were dropped on x86.
+        - Walk back previous breaking change where base revisions < 6 were
+          dropped on loongarch64 and riscv64 (it remains in effect on aarch64).
+
+    Miscellaneous:
+        - Improve Limine protocol page tables layout to better coalesce
+          contiguous 4KiB entries into 2MiB/1GiB pages.
+
 2026-03-23  Mintsuki  <mintsuki@protonmail.com>
 
     *** Release 11.0.0 ***
diff --git a/README.md b/README.md
index 93868e1a..b1ae3b47 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.0.0`):
+or, to clone a specific binary point release (for example `11.1.0`):
 ```bash
-git clone https://codeberg.org/Limine/Limine.git --branch=v11.0.0-binary --depth=1
+git clone https://codeberg.org/Limine/Limine.git --branch=v11.1.0-binary --depth=1
 ```
 
 In order to rebuild host utilities like `limine`, simply run `make` in the binary
tab: 248 wrap: offon