docs: Update ChangeLog and README.md for 9.6.1

This commit is contained in:
Mintsuki
2025-08-16 12:48:31 +02:00
parent dd7c59f400
commit 0da354ce96
2 changed files with 19 additions and 2 deletions

View File

@@ -1,3 +1,20 @@
2025-08-16 Mintsuki <mintsuki@protonmail.com>
*** Release 9.6.1 ***
Noteworthy changes compared to the previous release, 9.6.0:
Bug fixes:
- EFI chainloading: Make EFI device path of loaded image relative to
the loaded image device handle. This now complies with the EFI
specification, and, amongst others, it fixes chainloading Shim.
Miscellaneous:
- Miscellaneous build system changes and improvements.
- Do not disable linker relaxations for LoongArch64.
- `limine` host tool: Add check to ensure that a provided GPT BIOS
partition is at least 32KiB in size.
2025-08-07 Mintsuki <mintsuki@protonmail.com>
*** Release 9.6.0 ***

View File

@@ -77,9 +77,9 @@ For example, to clone the latest binary release of the `9.x` branch, one can do:
```bash
git clone https://github.com/limine-bootloader/limine.git --branch=v9.x-binary --depth=1
```
or, to clone a specific binary point release (for example `9.6.0`):
or, to clone a specific binary point release (for example `9.6.1`):
```bash
git clone https://github.com/limine-bootloader/limine.git --branch=v9.6.0-binary --depth=1
git clone https://github.com/limine-bootloader/limine.git --branch=v9.6.1-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary