Skip to content

Commit 0e37edd

Browse files
committed
docs: Update ChangeLog for 12.2.0
1 parent d5142a3 commit 0e37edd

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

ChangeLog

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
2026-05-07 Mintsuki <mintsuki@protonmail.com>
2+
3+
*** Release 12.2.0 ***
4+
5+
Noteworthy changes compared to the previous release, 12.1.0:
6+
7+
New features:
8+
- Add a hotkey to launch the UEFI Shell from the boot menu.
9+
10+
Bug fixes:
11+
- Free UEFI buffers with their original allocation size after
12+
LocateHandle to avoid pool corruption on strict firmwares.
13+
- Reallocate the UEFI memory map buffer if it grows during the
14+
ExitBootServices retry loop.
15+
- Drop a redundant IER write in the serial driver that clobbered DLM at
16+
low baud rates.
17+
- Limine boot protocol: Allow trimming reserved entries that overlap
18+
framebuffer pages.
19+
- Harden the ELF loader against crafted RELR tables that overflow the
20+
relocation count on 32-bit builds (found via fuzzing).
21+
- Reject PE images with `SectionAlignment` = 0 (found via fuzzing).
22+
- Miscellaneous bug fixes.
23+
124
2026-05-01 Mintsuki <mintsuki@protonmail.com>
225

326
*** Release 12.1.0 ***

0 commit comments

Comments
 (0)