:: commit 4d549791e40bc5e77f478e53364a2bd57a746e5a

Mintsuki <mintsuki@protonmail.com> — 2025-11-30 00:36

parents: 1e43c13bb2

docs: Update ChangeLog and README.md for 10.4.0

diff --git a/ChangeLog b/ChangeLog
index 2716c0ee..bec511d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2025-11-30  Mintsuki  <mintsuki@protonmail.com>
+
+    *** Release 10.4.0 ***
+
+    Noteworthy changes compared to the previous release, 10.3.2:
+
+    New features:
+        - Add new configuration file option "global_dtb" to allow overriding
+          the device tree used by Limine itself as well as for all boot entries
+          (unless overridden by entry-local "dtb_path" option).
+
+    Bug fixes:
+        - Flush entire I-Cache if it is not PIPT on aarch64.
+        - Fix use-after-free bug in riscv64 initialisation code related to
+          device tree handling.
+
+    Miscellaneous:
+        - Framebuffer-related caching improvements for riscv64 and aarch64.
+          This should fix a long standing issue where, on a lot of riscv64
+          boards, the Limine interface would look mangled due to missing cache
+          flushing.
+        - Prioritise using ACPI for riscv64 initialisation code if available
+          and if a DTB is not manually specified.
+
 2025-11-23  Mintsuki  <mintsuki@protonmail.com>
 
     *** Release 10.3.2 ***
diff --git a/README.md b/README.md
index 74d27309..b43da291 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.3.2`):
+or, to clone a specific binary point release (for example `10.4.0`):
 ```bash
-git clone https://codeberg.org/Limine/Limine.git --branch=v10.3.2-binary --depth=1
+git clone https://codeberg.org/Limine/Limine.git --branch=v10.4.0-binary --depth=1
 ```
 
 In order to rebuild host utilities like `limine`, simply run `make` in the binary
tab: 248 wrap: offon