docs: Update ChangeLog and README.md for 10.6.4
This commit is contained in:
14
ChangeLog
14
ChangeLog
@@ -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 ***
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user