Skip to content

Commit 5f5dbbc

Browse files
committed
docs: Update ChangeLog and README.md for 9.5.4
1 parent ab945dd commit 5f5dbbc

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

ChangeLog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2025-08-06 Mintsuki <mintsuki@protonmail.com>
2+
3+
*** Release 9.5.4 ***
4+
5+
Noteworthy changes compared to the previous release, 9.5.3:
6+
7+
Bug fixes:
8+
- Exclude non-PCI devices from the volume discovery process on UEFI.
9+
This is because on (especially, but not limited to) Snapdragon X
10+
systems, firmware/flash devices, which are non-PCI, are exposed as
11+
block I/O volumes too. This skips them, which makes the bootloader
12+
more reliable and avoids long hangs at boot.
13+
- Miscellaneous changes and fixes to the fallback volume discovery
14+
path, to increase reliability and reduce the chance of accidental
15+
damage or data loss. See GitHub issue #525.
16+
- Minor assembly improvement that fixed Limine not building with old
17+
NASM.
18+
119
2025-08-04 Mintsuki <mintsuki@protonmail.com>
220

321
*** Release 9.5.3 ***

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 `9.x` branch, one can do:
7777
```bash
7878
git clone https://github.com/limine-bootloader/limine.git --branch=v9.x-binary --depth=1
7979
```
80-
or, to clone a specific binary point release (for example `9.5.3`):
80+
or, to clone a specific binary point release (for example `9.5.4`):
8181
```bash
82-
git clone https://github.com/limine-bootloader/limine.git --branch=v9.5.3-binary --depth=1
82+
git clone https://github.com/limine-bootloader/limine.git --branch=v9.5.4-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)