Skip to content

Commit 3f07eef

Browse files
committed
docs: Update ChangeLog and README.md for 9.3.2
1 parent e8aec04 commit 3f07eef

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2025-05-19 Mintsuki <[email protected]>
2+
3+
*** Release 9.3.2 ***
4+
5+
Noteworthy changes compared to the previous release, 9.3.1:
6+
7+
Bug fixes:
8+
- PMM: Mark EfiBootServices{Code,Data} memory regions as bootloader
9+
reclaimable instead of usable free memory as apparently the ACPI
10+
and UEFI specifications make no guarantees about useful structures
11+
being left in these areas after leaving boot services (namely BGRT
12+
and ESRT).
13+
114
2025-05-15 Mintsuki <[email protected]>
215

316
*** Release 9.3.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.3.1`):
80+
or, to clone a specific binary point release (for example `9.3.2`):
8181
```bash
82-
git clone https://github.com/limine-bootloader/limine.git --branch=v9.3.1-binary --depth=1
82+
git clone https://github.com/limine-bootloader/limine.git --branch=v9.3.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)