:: commit 903c42b501d1e7748c1213d92954abc89c5ff198

Mintsuki <mintsuki@protonmail.com> — 2025-09-21 19:46

parents: 2481a3470c

docs: Update ChangeLog and README.md for 10.0.1

diff --git a/ChangeLog b/ChangeLog
index cebc5c0e..f36455ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2025-09-21  Mintsuki  <mintsuki@protonmail.com>
+
+    *** Release 10.0.1 ***
+
+    Noteworthy changes compared to the previous release, 10.0.0:
+
+    Bug fixes:
+        - Fix a potential use-after-free issue when flushing interrupts on x86
+          UEFI systems.
+        - Prefer using the 32-bit Linux protocol unless it is strictly
+          necessary to use the 64-bit protocol due to allocation constraints.
+          This is due to reports of the 32-bit protocol being more reliable
+          on certain rare systems where the 64-bit protocol crashes or hangs.
+
 2025-09-15  Mintsuki  <mintsuki@protonmail.com>
 
     *** Release 10.0.0 ***
diff --git a/README.md b/README.md
index f059bf4c..91572a5b 100644
--- a/README.md
+++ b/README.md
@@ -77,9 +77,9 @@ For example, to clone the latest binary release of the `10.x` branch, one can do
 ```bash
 git clone https://codeberg.org/Limine/Limine.git --branch=v10.x-binary --depth=1
 ```
-or, to clone a specific binary point release (for example `10.0.0`):
+or, to clone a specific binary point release (for example `10.0.1`):
 ```bash
-git clone https://codeberg.org/Limine/Limine.git --branch=v10.0.0-binary --depth=1
+git clone https://codeberg.org/Limine/Limine.git --branch=v10.0.1-binary --depth=1
 ```
 
 In order to rebuild host utilities like `limine`, simply run `make` in the binary
tab: 248 wrap: offon