Skip to content

Commit 1276c44

Browse files
committed
docs: Update ChangeLog and README.md for 11.4.1
1 parent c0a0bed commit 1276c44

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2026-04-20 Mintsuki <mintsuki@protonmail.com>
2+
3+
*** Release 11.4.1 ***
4+
5+
Noteworthy changes compared to the previous release, 11.4.0:
6+
7+
Bug fixes:
8+
- Fix an issue with the limlz compressor/decompressor that could cause
9+
spurious failures ("limine integrity error") on the legacy x86 BIOS
10+
port.
11+
- Portability fixes for the `limlzpack` build-time tool (mainly fixing
12+
it on big-endian build systems).
13+
- Miscellaneous bug fixes.
14+
115
2026-04-19 Mintsuki <mintsuki@protonmail.com>
216

317
*** Release 11.4.0 ***

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