Skip to content

Commit 6c9f806

Browse files
committed
docs: Update ChangeLog and README.md for 11.3.0
1 parent 8632b11 commit 6c9f806

File tree

2 files changed

+32
-4
lines changed

2 files changed

+32
-4
lines changed

ChangeLog

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
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+
129
2026-04-04 Mintsuki <mintsuki@protonmail.com>
230

331
*** Release 11.2.1 ***
@@ -19,8 +47,8 @@
1947
New features:
2048
- Enforce hash verification of loaded files when UEFI Secure Boot is
2149
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.
2452
- Linux boot protocol: Load and concatenate all modules on non-x86, not
2553
just the first.
2654
- ISO 9660: Handle Rock Ridge NM continuation entries.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ For example, to clone the latest binary release of the `11.x` branch, one can do
7777
```bash
7878
git clone https://github.com/Limine-Bootloader/Limine.git --branch=v11.x-binary --depth=1
7979
```
80-
or, to clone a specific binary point release (for example `11.2.1`):
80+
or, to clone a specific binary point release (for example `11.3.0`):
8181
```bash
82-
git clone https://github.com/Limine-Bootloader/Limine.git --branch=v11.2.1-binary --depth=1
82+
git clone https://github.com/Limine-Bootloader/Limine.git --branch=v11.3.0-binary --depth=1
8383
```
8484

8585
In order to rebuild host utilities like `limine`, simply run `make` in the binary

0 commit comments

Comments
 (0)