:: commit 6c9f8068ab3c466b641e9e433842bd5b00f5e7f6

Mintsuki <mintsuki@protonmail.com> — 2026-04-09 11:02

parents: 8632b11241

docs: Update ChangeLog and README.md for 11.3.0

diff --git a/ChangeLog b/ChangeLog
index 9614e188..019e51f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2026-04-09  Mintsuki  <mintsuki@protonmail.com>
+
+    *** Release 11.3.0 ***
+
+    Noteworthy changes compared to the previous release, 11.2.1:
+
+    New features:
+        - Implement "TSC Frequency" feature of the Limine boot protocol.
+        - Add PIT-based TSC calibration for BIOS.
+        - Do not clear framebuffer in quiet mode.
+
+    Bug fixes:
+        - Make "Keep IOMMU" Limine boot protocol feature x86-64-only.
+        - Do not clear framebuffer on modeset as Flanterm immediately repaints
+          it, wasting time.
+        - Allow menu recovery on overflow panics in the multiboot protocols.
+        - Significantly improve TSC calibration accuracy.
+
+    Miscellaneous:
+        - Do not force-start uninitialised GOP outputs if a framebuffer is
+          already available, for compatibility with quirky firmwares (Apple
+          Macs).
+        - Call Apple set_os protocol on UEFI to try to keep iGPU alive on
+          dual-GPU Apple Macs.
+        - Migrated to GitHub alongside with several subprojects.
+        - Build limine.exe using i486 MinGW from osdev0/mingw-binary-builds
+          in binary builds for better compatibility.
+
 2026-04-04  Mintsuki  <mintsuki@protonmail.com>
 
     *** Release 11.2.1 ***
@@ -19,8 +47,8 @@
     New features:
         - Enforce hash verification of loaded files when UEFI Secure Boot is
           active. When Secure Boot is detected, Limine requires an enrolled
-          config checksum, BLAKE2B hashes on all file paths, disables the
-          config editor, and forces hash_mismatch_panic to yes.
+          config checksum, BLAKE2B hashes on security-critical file paths,
+          disables the config editor, and forces hash_mismatch_panic to yes.
         - Linux boot protocol: Load and concatenate all modules on non-x86, not
           just the first.
         - ISO 9660: Handle Rock Ridge NM continuation entries.
diff --git a/README.md b/README.md
index e6358345..ba6ac7f2 100644
--- a/README.md
+++ b/README.md
@@ -77,9 +77,9 @@ For example, to clone the latest binary release of the `11.x` branch, one can do
 ```bash
 git clone https://github.com/Limine-Bootloader/Limine.git --branch=v11.x-binary --depth=1
 ```
-or, to clone a specific binary point release (for example `11.2.1`):
+or, to clone a specific binary point release (for example `11.3.0`):
 ```bash
-git clone https://github.com/Limine-Bootloader/Limine.git --branch=v11.2.1-binary --depth=1
+git clone https://github.com/Limine-Bootloader/Limine.git --branch=v11.3.0-binary --depth=1
 ```
 
 In order to rebuild host utilities like `limine`, simply run `make` in the binary
tab: 248 wrap: offon