|
| 1 | +2026-04-09 Mintsuki <mintsuki@protonmail.com> |
| 2 | + |
| 3 | + *** Release 11.3.0 *** |
| 4 | + |
| 5 | + Noteworthy changes compared to the previous release, 11.2.1: |
| 6 | + |
| 7 | + New features: |
| 8 | + - Implement "TSC Frequency" feature of the Limine boot protocol. |
| 9 | + - Add PIT-based TSC calibration for BIOS. |
| 10 | + - Do not clear framebuffer in quiet mode. |
| 11 | + |
| 12 | + Bug fixes: |
| 13 | + - Make "Keep IOMMU" Limine boot protocol feature x86-64-only. |
| 14 | + - Do not clear framebuffer on modeset as Flanterm immediately repaints |
| 15 | + it, wasting time. |
| 16 | + - Allow menu recovery on overflow panics in the multiboot protocols. |
| 17 | + - Significantly improve TSC calibration accuracy. |
| 18 | + |
| 19 | + Miscellaneous: |
| 20 | + - Do not force-start uninitialised GOP outputs if a framebuffer is |
| 21 | + already available, for compatibility with quirky firmwares (Apple |
| 22 | + Macs). |
| 23 | + - Call Apple set_os protocol on UEFI to try to keep iGPU alive on |
| 24 | + dual-GPU Apple Macs. |
| 25 | + - Migrated to GitHub alongside with several subprojects. |
| 26 | + - Build limine.exe using i486 MinGW from osdev0/mingw-binary-builds |
| 27 | + in binary builds for better compatibility. |
| 28 | + |
1 | 29 | 2026-04-04 Mintsuki <mintsuki@protonmail.com> |
2 | 30 |
|
3 | 31 | *** Release 11.2.1 *** |
|
19 | 47 | New features: |
20 | 48 | - Enforce hash verification of loaded files when UEFI Secure Boot is |
21 | 49 | active. When Secure Boot is detected, Limine requires an enrolled |
22 | | - config checksum, BLAKE2B hashes on all file paths, disables the |
23 | | - config editor, and forces hash_mismatch_panic to yes. |
| 50 | + config checksum, BLAKE2B hashes on security-critical file paths, |
| 51 | + disables the config editor, and forces hash_mismatch_panic to yes. |
24 | 52 | - Linux boot protocol: Load and concatenate all modules on non-x86, not |
25 | 53 | just the first. |
26 | 54 | - ISO 9660: Handle Rock Ridge NM continuation entries. |
|
0 commit comments