:: commit de01578392c2b46b1451acf2ee3fecfd33d5cc5d

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

parents: dd18ae40a5

docs: Update ChangeLog and README.md for 11.3.0

diff --git a/ChangeLog b/ChangeLog
index 913c57e0..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 ***
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