Skip to content

Commit 770b18e

Browse files
committed
docs: Update ChangeLog and README.md for 11.4.0
1 parent 9f72d07 commit 770b18e

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

ChangeLog

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
2026-04-19 Mintsuki <mintsuki@protonmail.com>
2+
3+
*** Release 11.4.0 ***
4+
5+
Noteworthy changes compared to the previous release, 11.3.1:
6+
7+
New features:
8+
- Revamped BIOS early-stage decompressor, replacing gzip (tinf) with a
9+
simpler, smaller, faster, and more auditable compressor/decompressor
10+
using a fixed-width LZ77 encoding purpose-tailored for x86 code mixed
11+
with data by Kamila Szewczyk.
12+
- Implement timeout and entry control of the Boot Loader Interface
13+
(BLI).
14+
- Make `graphics: no` functional on UEFI ports as well.
15+
16+
Bug fixes:
17+
- Revert the "Call Apple set_os protocol on UEFI" change from 11.3.1 as
18+
that seems to have been causing issues relating to input devices on
19+
certain other Apple systems, pending investigation and usefulness
20+
assessment.
21+
- Many assorted bug fixes and improvements.
22+
123
2026-04-09 Mintsuki <mintsuki@protonmail.com>
224

325
*** Release 11.3.1 ***

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.3.1`):
80+
or, to clone a specific binary point release (for example `11.4.0`):
8181
```bash
82-
git clone https://github.com/Limine-Bootloader/Limine.git --branch=v11.3.1-binary --depth=1
82+
git clone https://github.com/Limine-Bootloader/Limine.git --branch=v11.4.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)