Skip to content

Commit ff3bfeb

Browse files
committed
docs: Update ChangeLog and README.md for 10.8.1
1 parent fb50736 commit ff3bfeb

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2026-02-26 Mintsuki <mintsuki@protonmail.com>
2+
3+
*** Release 10.8.1 ***
4+
5+
Noteworthy changes compared to the previous release, 10.8.0:
6+
7+
Bug fixes:
8+
- Fix VT-d disable order to TE, IRE, QIE.
9+
- Fix VT-d polling loop read order and remove polling timeout.
10+
- SMP: Add xAPIC ICR delivery status checks to INIT-SIPI-SIPI sequence.
11+
- Amend certain APIC-related issues of Limine boot protocol and
12+
implement the corrected behaviour.
13+
114
2026-02-22 Mintsuki <mintsuki@protonmail.com>
215

316
*** Release 10.8.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 `10.x` branch, one can do
7777
```bash
7878
git clone https://codeberg.org/Limine/Limine.git --branch=v10.x-binary --depth=1
7979
```
80-
or, to clone a specific binary point release (for example `10.8.0`):
80+
or, to clone a specific binary point release (for example `10.8.1`):
8181
```bash
82-
git clone https://codeberg.org/Limine/Limine.git --branch=v10.8.0-binary --depth=1
82+
git clone https://codeberg.org/Limine/Limine.git --branch=v10.8.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)