:: commit bceab08f774affb75c257257249ba8a4ff6f08e9

Mintsuki <mintsuki@protonmail.com> — 2025-06-21 00:20

parents: ff7e073c87

docs: Update ChangeLog and README.md for 9.3.4

diff --git a/ChangeLog b/ChangeLog
index 5111494c..9be3d62d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2025-06-21  Mintsuki  <mintsuki@protonmail.com>
+
+    *** Release 9.3.4 ***
+
+    Noteworthy changes compared to the previous release, 9.3.3:
+
+    Bug fixes:
+        - ELF: Make an optimisation related to skipping scanning of .bss
+          regions for finding of structures in the loaded image (for Limine
+          protocol structures or otherwise) less overeager as that could break
+          in certain cases.
+        - SMP: On x86, ensure that the value of IA32_APIC_BASE is the same on
+          the APs as it is on the BSP.
+        - PMM: Mark EfiLoader{Code,Data} regions as bootloader reclaimable
+          rather than reserved memory, as for certain protocols, like the
+          Limine boot protocol, reserved memory is unmapped at runtime, while
+          these regions may contain hot data that is still needed, like Limine
+          bootloader memory stacks.
+
 2025-05-27  Mintsuki  <mintsuki@protonmail.com>
 
     *** Release 9.3.3 ***
diff --git a/README.md b/README.md
index 37f45c6d..765bcab2 100644
--- a/README.md
+++ b/README.md
@@ -77,9 +77,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.3.3`):
+or, to clone a specific binary point release (for example `9.3.4`):
 ```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v9.3.3-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v9.3.4-binary --depth=1
 ```
 
 In order to rebuild host utilities like `limine`, simply run `make` in the binary
tab: 248 wrap: offon