:: commit 243c24726ce5164e6745a506a710bb6c92e19e03

mintsuki <mintsuki@protonmail.com> — 2025-02-25 18:54

parents: c0924e6cf1

docs: Update ChangeLog and README.md for 9.0.1

diff --git a/ChangeLog b/ChangeLog
index 5aedf22a..4e6d381b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2025-02-25  mintsuki  <mintsuki@protonmail.com>
+
+    *** Release 9.0.1 ***
+
+    Noteworthy changes compared to the previous release, 9.0.0:
+
+    Miscellaneous:
+        - EFI chainload: Replace old chainload method with one that is more
+          friendly to other EFI bootloaders such as rEFInd.
+        - Limine boot protocol/PE: Map previously unmapped PE image headers.
+
 2025-02-17  mintsuki  <mintsuki@protonmail.com>
 
     *** Release 9.0.0 ***
diff --git a/README.md b/README.md
index 790cd0b5..f5004808 100644
--- a/README.md
+++ b/README.md
@@ -76,9 +76,9 @@ For example, to clone the latest binary release of the `9.x` branch, one can do:
 ```bash
 git clone https://github.com/limine-bootloader/limine.git --branch=v9.x-binary --depth=1
 ```
-or, to clone a specific binary point release (for example `9.0.0`):
+or, to clone a specific binary point release (for example `9.0.1`):
 ```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v9.0.0-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v9.0.1-binary --depth=1
 ```
 
 In order to rebuild host utilities like `limine`, simply run `make` in the binary
tab: 248 wrap: offon