docs: Update ChangeLog and README.md for 8.1.2

This commit is contained in:
mintsuki 2024-10-15 23:43:50 +02:00
parent 163647f129
commit 6068e094d9
2 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,19 @@
2024-10-15 mintsuki <mintsuki@protonmail.com>
*** Release 8.1.2 ***
Noteworthy changes compared to the previous release, 8.1.1:
Bug fixes:
- Add missing register saves and restores around call from assembly to
C code for the x86-64 UEFI port. This bug could have caused crashes
with certain compiler optimisation levels (like -O0).
- Adjust size of reserved area of VBE mode info struct to be the right
size. This bug could have caused crashes with certain compiler
optimisation levels (like -O0).
- Ignore UEFI memory map entries of length 0. This fixes crashes that
could have happened on quirky UEFI firmwares passing such entries.
2024-10-12 mintsuki <mintsuki@protonmail.com>
*** Release 8.1.1 ***

View File

@ -73,9 +73,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.1.1`):
or, to clone a specific binary point release (for example `8.1.2`):
```bash
git clone https://github.com/limine-bootloader/limine.git --branch=v8.1.1-binary --depth=1
git clone https://github.com/limine-bootloader/limine.git --branch=v8.1.2-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary