docs: Update ChangeLog and README.md for 11.4.1
Some checks failed
Check for compilation failures / Check for compilation failures (push) Has been cancelled
Some checks failed
Check for compilation failures / Check for compilation failures (push) Has been cancelled
This commit is contained in:
14
ChangeLog
14
ChangeLog
@@ -1,3 +1,17 @@
|
||||
2026-04-20 Mintsuki <mintsuki@protonmail.com>
|
||||
|
||||
*** Release 11.4.1 ***
|
||||
|
||||
Noteworthy changes compared to the previous release, 11.4.0:
|
||||
|
||||
Bug fixes:
|
||||
- Fix an issue with the limlz compressor/decompressor that could cause
|
||||
spurious failures ("limine integrity error") on the legacy x86 BIOS
|
||||
port.
|
||||
- Portability fixes for the `limlzpack` build-time tool (mainly fixing
|
||||
it on big-endian build systems).
|
||||
- Miscellaneous bug fixes.
|
||||
|
||||
2026-04-19 Mintsuki <mintsuki@protonmail.com>
|
||||
|
||||
*** Release 11.4.0 ***
|
||||
|
||||
@@ -77,9 +77,9 @@ For example, to clone the latest binary release of the `11.x` branch, one can do
|
||||
```bash
|
||||
git clone https://github.com/Limine-Bootloader/Limine.git --branch=v11.x-binary --depth=1
|
||||
```
|
||||
or, to clone a specific binary point release (for example `11.4.0`):
|
||||
or, to clone a specific binary point release (for example `11.4.1`):
|
||||
```bash
|
||||
git clone https://github.com/Limine-Bootloader/Limine.git --branch=v11.4.0-binary --depth=1
|
||||
git clone https://github.com/Limine-Bootloader/Limine.git --branch=v11.4.1-binary --depth=1
|
||||
```
|
||||
|
||||
In order to rebuild host utilities like `limine`, simply run `make` in the binary
|
||||
|
||||
Reference in New Issue
Block a user