Skip to content

Commit 235c629

Browse files
committed
docs: Update ChangeLog and README.md for 9.1.1
1 parent 852f4a0 commit 235c629

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

ChangeLog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2025-03-10 mintsuki <mintsuki@protonmail.com>
2+
3+
*** Release 9.1.1 ***
4+
5+
Noteworthy changes compared to the previous release, 9.1.0:
6+
7+
Bug fixes:
8+
- Do not use ConOut for serial output exclusively unless serial is
9+
verified to be present to the best of our abilities. This fixes an
10+
issue where if `serial=yes` is used on some machines (including
11+
several Apple Mac models) a black screen will be shown instead of the
12+
Limine menu.
13+
14+
Miscellaneous:
15+
- Begin signing tarballs and (most) commits.
16+
117
2025-03-07 mintsuki <mintsuki@protonmail.com>
218

319
*** Release 9.1.0 ***

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ For example, to clone the latest binary release of the `9.x` branch, one can do:
7676
```bash
7777
git clone https://github.com/limine-bootloader/limine.git --branch=v9.x-binary --depth=1
7878
```
79-
or, to clone a specific binary point release (for example `9.1.0`):
79+
or, to clone a specific binary point release (for example `9.1.1`):
8080
```bash
81-
git clone https://github.com/limine-bootloader/limine.git --branch=v9.1.0-binary --depth=1
81+
git clone https://github.com/limine-bootloader/limine.git --branch=v9.1.1-binary --depth=1
8282
```
8383

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

0 commit comments

Comments
 (0)