Skip to content

Commit

Permalink
docs: Update ChangeLog and README.md for 7.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Jul 21, 2024
1 parent d4058b5 commit 129da16
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
2024-07-21 mintsuki <[email protected]>

*** Release 7.12.0 ***

Noteworthy changes compared to the previous release, 7.11.0:

New features:
- Reinstate support for ext2/3/4, albeit in an unsupported and
unmaintained state, at least for the time being.
- Menu: Add vertical bars around entry title in entry editor.
- Menu: Add clearer indications of what is wrong when config invalid or
missing.

Bug fixes:
- Terminal: Fix long standing wallpaper drawing related bug that under
certain circumstances could cause memory corruption.
- Miscellaneous VBE related bug fixes.
- Miscellaneous A20 line related improvements/fixes.

Miscellaneous:
- Limine boot protocol: perform appropriate checks to ensure that the
higher half direct map fits in the higher half; enforce paging modes
as needed.
- Limine boot protocol: aarch64: Specify that the granule size for both
TTBR0_EL1 and TTBR1_EL1 is 4KiB.
- Limine boot protocol: aarch64: Specify the values of TCR_EL1.T0SZ and
TCR_EL1.T1SZ depending on the paging mode used.
- Limine boot protocol: aarch64: Specify the condition of TTBR0_EL1 and
TTBR1_EL1 at entry.

2024-07-18 mintsuki <[email protected]>

*** Release 7.11.0 ***
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0`):
or, to clone a specific binary point release (for example `7.12.0`):
```bash
git clone https://github.com/limine-bootloader/limine.git --branch=v7.11.0-binary --depth=1
git clone https://github.com/limine-bootloader/limine.git --branch=v7.12.0-binary --depth=1
```

In order to rebuild host utilities like `limine`, simply run `make` in the binary
Expand Down

0 comments on commit 129da16

Please sign in to comment.