docs: Update ChangeLog and README.md for 7.13.3

This commit is contained in:
mintsuki 2024-08-02 06:33:05 +02:00
parent 5294b2a4e5
commit 52abd12c23
2 changed files with 17 additions and 2 deletions

View File

@ -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 ***

View File

@ -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