docs: Update ChangeLog and README.md for 10.6.4

This commit is contained in:
Mintsuki
2026-02-02 03:10:26 +01:00
parent 6dc52f3a09
commit 21a2eff066
2 changed files with 16 additions and 2 deletions

View File

@@ -1,3 +1,17 @@
2026-02-02 Mintsuki <mintsuki@protonmail.com>
*** Release 10.6.4 ***
Noteworthy changes compared to the previous release, 10.6.3:
Bug fixes:
- Strip out all code relying on disk writes from the codebase. This
gets rid of the (remote) possibility of disk corruption and the (even
more remote) possibility of firmware/flash corruption. This also
sorts out an issue on Apple Silicon where m1n1/U-boot appears to
leave the NVMe controller in an inconsistent state after write
operations are attempted.
2026-01-14 Mintsuki <mintsuki@protonmail.com>
*** Release 10.6.3 ***

View File

@@ -77,9 +77,9 @@ For example, to clone the latest binary release of the `10.x` branch, one can do
```bash
git clone https://codeberg.org/Limine/Limine.git --branch=v10.x-binary --depth=1
```
or, to clone a specific binary point release (for example `10.6.3`):
or, to clone a specific binary point release (for example `10.6.4`):
```bash
git clone https://codeberg.org/Limine/Limine.git --branch=v10.6.3-binary --depth=1
git clone https://codeberg.org/Limine/Limine.git --branch=v10.6.4-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary