Skip to content

Commit

Permalink
docs: Update ChangeLog and README.md for 8.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Jan 10, 2025
1 parent c9cc7bb commit e7a0ced
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
2025-01-10 mintsuki <[email protected]>

*** Release 8.7.0 ***

Noteworthy changes compared to the previous release, 8.6.1:

New features:
- Limine boot protocol: Add support for PE executables.
- Linux boot protocol: Enable support for Loongarch64.
- Add support for selecting a random wallpaper every boot if multiple
are provided.
- Add `path` aliases for `kernel_path` and `image_path` for the Linux
and EFI Chainloading protocols respectively.

Miscellaneous:
- Submodule version/commit bumps.

2024-12-26 mintsuki <[email protected]>

*** Release 8.6.1 ***
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ For example, to clone the latest binary release of the `8.x` branch, one can do:
```bash
git clone https://github.com/limine-bootloader/limine.git --branch=v8.x-binary --depth=1
```
or, to clone a specific binary point release (for example `8.6.1`):
or, to clone a specific binary point release (for example `8.7.0`):
```bash
git clone https://github.com/limine-bootloader/limine.git --branch=v8.6.1-binary --depth=1
git clone https://github.com/limine-bootloader/limine.git --branch=v8.7.0-binary --depth=1
```

In order to rebuild host utilities like `limine`, simply run `make` in the binary
Expand Down

0 comments on commit e7a0ced

Please sign in to comment.