Skip to content

Commit e05e090

Browse files
committed
docs: Update ChangeLog and README.md for 9.5.0
1 parent 5a060ec commit e05e090

2 files changed

Lines changed: 24 additions & 2 deletions

File tree

ChangeLog

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
2025-07-14 Mintsuki <mintsuki@protonmail.com>
2+
3+
*** Release 9.5.0 ***
4+
5+
Noteworthy changes compared to the previous release, 9.4.0:
6+
7+
New features:
8+
- protocols/efi: Hybridise loading mechanism with old memory-device
9+
based approach. This may work around the redundant requirement that
10+
EFI applications be signed, and it may fix certain issues created
11+
when the chainload mechanism was changed in 9.0.1.
12+
13+
Bug fixes:
14+
- `limine` host tool: Fix some mismatched printf format specifiers.
15+
16+
Miscellaneous:
17+
- Miscellaneous build system updates and improvements.
18+
- Many dependencies had their commits bumped, some new dependencies
19+
were added (limine-protocol), some were changed (libfdt moved to a
20+
different repository that only includes BSD-2-Clause licensable
21+
code).
22+
123
2025-07-10 Mintsuki <mintsuki@protonmail.com>
224

325
*** Release 9.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 `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.4.0`):
80+
or, to clone a specific binary point release (for example `9.5.0`):
8181
```bash
82-
git clone https://github.com/limine-bootloader/limine.git --branch=v9.4.0-binary --depth=1
82+
git clone https://github.com/limine-bootloader/limine.git --branch=v9.5.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)