mirror of
https://github.com/limine-bootloader/limine
synced 2024-11-21 16:11:30 +03:00
docs: Update ChangeLog and README.md for 7.13.3
This commit is contained in:
parent
5294b2a4e5
commit
52abd12c23
15
ChangeLog
15
ChangeLog
@ -1,3 +1,18 @@
|
||||
2024-08-02 mintsuki <mintsuki@protonmail.com>
|
||||
|
||||
*** Release 7.13.3 ***
|
||||
|
||||
Noteworthy changes compared to the previous release, 7.13.2:
|
||||
|
||||
Bug fixes:
|
||||
- Limine boot protocol: Fix broken comparison that could cause an HHDM
|
||||
too large to not be properly detected.
|
||||
- Limine boot protocol: aarch64: Fix incorrect macro value that would
|
||||
cause the size of the higher half to be incorrectly detected as half.
|
||||
|
||||
Miscellaneous:
|
||||
- Remove Nix flake stuff from repository/tarball.
|
||||
|
||||
2024-07-30 mintsuki <mintsuki@protonmail.com>
|
||||
|
||||
*** Release 7.13.2 ***
|
||||
|
@ -72,9 +72,9 @@ For example, to clone the latest binary release of the `7.x` branch, one can do:
|
||||
```bash
|
||||
git clone https://github.com/limine-bootloader/limine.git --branch=v7.x-binary --depth=1
|
||||
```
|
||||
or, to clone a specific binary point release (for example `7.13.2`):
|
||||
or, to clone a specific binary point release (for example `7.13.3`):
|
||||
```bash
|
||||
git clone https://github.com/limine-bootloader/limine.git --branch=v7.13.2-binary --depth=1
|
||||
git clone https://github.com/limine-bootloader/limine.git --branch=v7.13.3-binary --depth=1
|
||||
```
|
||||
|
||||
In order to rebuild host utilities like `limine`, simply run `make` in the binary
|
||||
|
Loading…
Reference in New Issue
Block a user