:: commit c8e24f003db14a7aa00ff47742e142d826066f8e

mintsuki <mintsuki@protonmail.com> — 2024-07-06 18:56

parents: 445715fe55

docs: Update ChangeLog and README.md for 7.9.2

diff --git a/ChangeLog b/ChangeLog
index d77504fd..da754ef0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2024-07-06  mintsuki  <mintsuki@protonmail.com>
+
+    *** Release 7.9.2 ***
+
+    Noteworthy changes compared to the previous release, 7.9.1:
+
+    Bug fixes:
+        - Limine boot protocol: Return NULL response instead of a response with
+          erroneous CPU count of 0 for SMP on x86-64, if x2APIC support not
+          enabled and missing xAPIC fallback.
+        - Limine boot protocol: Do not ignore MAX_PAGING_MODE config setting if
+          paging mode request missing from loaded kernel.
+
+    Miscellaneous:
+        - Limine boot protocol/ELF: Apply a slide of 0xffffffff80000000 minus
+          the ELF-reported base load address for relocatable kernels that have
+          lower half load addresses, instead of always applying a slide of
+          0xffffffff80000000.
+
 2024-06-29  mintsuki  <mintsuki@protonmail.com>
 
     *** Release 7.9.1 ***
diff --git a/README.md b/README.md
index 5a23396b..071d29ed 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.1`):
+or, to clone a specific binary point release (for example `7.9.2`):
 ```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v7.9.1-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v7.9.2-binary --depth=1
 ```
 
 In order to rebuild host utilities like `limine`, simply run `make` in the binary
tab: 248 wrap: offon