Skip to content

Commit 4479172

Browse files
committed
docs: Update ChangeLog and README.md for 9.4.0
1 parent b46d36b commit 4479172

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

ChangeLog

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
2025-07-10 Mintsuki <mintsuki@protonmail.com>
2+
3+
*** Release 9.4.0 ***
4+
5+
Noteworthy changes compared to the previous release, 9.3.4:
6+
7+
New features:
8+
- BLI: Implement `LoaderTimeInitUSec` and `LoaderTimeExecUSec`.
9+
These are variables used by `systemd-analyze` and are useful for boot
10+
performance metrics.
11+
- Limine boot protocol: Add bootloader performance feature.
12+
This feature provides the same information as the new Boot Loader
13+
Interface variables, but encoded in a nicer way for Limine protocol
14+
executables.
15+
16+
Miscellaneous:
17+
- Use `nm` instead of `objdump` for generating the symbol table, which
18+
results in a better, more consistent output, especially for non-x86
19+
architectures.
20+
- Miscellaneous build system updates and improvements.
21+
122
2025-06-21 Mintsuki <mintsuki@protonmail.com>
223

324
*** Release 9.3.4 ***

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