:: commit d3ffaf9f0623b04b38b83aa0cd7755325e4a8922

mintsuki <mintsuki@protonmail.com> — 2024-07-12 05:11

parents: 8ffa8e1a93

docs: Update ChangeLog and README.md for 7.10.0

diff --git a/ChangeLog b/ChangeLog
index da754ef0..139a89d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2024-07-12  mintsuki  <mintsuki@protonmail.com>
+
+    *** Release 7.10.0 ***
+
+    Noteworthy changes compared to the previous release, 7.9.2:
+
+    New features:
+        - SMP: Support SMP on AArch64 without ACPI.
+
+    Bug fixes:
+        - SMP: Do not allocate a useless stack for the BSP.
+
+    Miscellaneous:
+        - Limine boot protocol: Do not pass responses if RSDP or SMBIOS not
+          available instead of returning responses with NULL pointers.
+        - Limine boot protocol: Do not pass a framebuffer response if no
+          framebuffers are available.
+
 2024-07-06  mintsuki  <mintsuki@protonmail.com>
 
     *** Release 7.9.2 ***
diff --git a/README.md b/README.md
index 25d690fc..558d0745 100644
--- a/README.md
+++ b/README.md
@@ -71,9 +71,9 @@ For example, to clone the latest binary release of the `7.x` branch, one can do:
 ```bash
 git clone https://github.com/limine-bootloader/limine.git --branch=v7.x-binary --depth=1
 ```
-or, to clone a specific binary point release (for example `7.9.2`):
+or, to clone a specific binary point release (for example `7.10.0`):
 ```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v7.9.2-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v7.10.0-binary --depth=1
 ```
 
 In order to rebuild host utilities like `limine`, simply run `make` in the binary
tab: 248 wrap: offon