Skip to content

Commit e96635d

Browse files
committed
docs: Update ChangeLog and README.md for 9.2.2
1 parent f35cd2c commit e96635d

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2025-03-31 Mintsuki <mintsuki@protonmail.com>
2+
3+
*** Release 9.2.2 ***
4+
5+
Noteworthy changes compared to the previous release, 9.2.1:
6+
7+
Bug fixes:
8+
- Two quick bug fixes and workarounds in order to make multiboot2 more
9+
resilient when booting specific kernels such as Xen.
10+
- Avoid mistakenly allocating more memory than necessary when creating
11+
the volume index.
12+
113
2025-03-25 Mintsuki <mintsuki@protonmail.com>
214

315
*** Release 9.2.1 ***

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ For example, to clone the latest binary release of the `9.x` branch, one can do:
7777
```bash
7878
git clone https://github.com/limine-bootloader/limine.git --branch=v9.x-binary --depth=1
7979
```
80-
or, to clone a specific binary point release (for example `9.2.1`):
80+
or, to clone a specific binary point release (for example `9.2.2`):
8181
```bash
82-
git clone https://github.com/limine-bootloader/limine.git --branch=v9.2.1-binary --depth=1
82+
git clone https://github.com/limine-bootloader/limine.git --branch=v9.2.2-binary --depth=1
8383
```
8484

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

0 commit comments

Comments
 (0)