:: commit 350722437ad751f6fe1a99244ad25409b9c3d219

mintsuki <mintsuki@protonmail.com> — 2024-12-26 08:44

parents: c73505f13b

docs: Update ChangeLog and README.md for 8.6.1

diff --git a/ChangeLog b/ChangeLog
index b4458048..1040497d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2024-12-26  mintsuki  <mintsuki@protonmail.com>
+
+    *** Release 8.6.1 ***
+
+    Noteworthy changes compared to the previous release, 8.6.0:
+
+    Bug fixes:
+        - Propagate EFI PXE device handle properly when chainloading.
+        - Ensure that, when specifying a `dtb_path`, extra space is properly
+          allocated just as is done for EFI-provided DTBs.
+
+    Miscellaneous:
+        - Linux on RISCs: General code clean up; pass EFI memory map and initrd
+          information as EFI configuration tables alongside already passed DTB
+          parameters for the same, in preparation for loongarch64 support.
+
 2024-12-05  mintsuki  <mintsuki@protonmail.com>
 
     *** Release 8.6.0 ***
diff --git a/README.md b/README.md
index 61ae56db..fcd28ee3 100644
--- a/README.md
+++ b/README.md
@@ -77,9 +77,9 @@ For example, to clone the latest binary release of the `8.x` branch, one can do:
 ```bash
 git clone https://github.com/limine-bootloader/limine.git --branch=v8.x-binary --depth=1
 ```
-or, to clone a specific binary point release (for example `8.6.0`):
+or, to clone a specific binary point release (for example `8.6.1`):
 ```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v8.6.0-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v8.6.1-binary --depth=1
 ```
 
 In order to rebuild host utilities like `limine`, simply run `make` in the binary
tab: 248 wrap: offon