Skip to content

Commit a75873c

Browse files
committed
docs: Update ChangeLog and README.md for 9.5.2
1 parent 62664f8 commit a75873c

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2025-08-01 Mintsuki <mintsuki@protonmail.com>
2+
3+
*** Release 9.5.2 ***
4+
5+
Noteworthy changes compared to the previous release, 9.5.1:
6+
7+
Bug fixes:
8+
- Revert change that moved to `nm` from `objdump` for generating the
9+
symbol table, as that broke section-specific symbol dumps and caused
10+
BIOS stage 2 to be bloated with the full symbol table.
11+
12+
Miscellaneous:
13+
- Miscellaneous build system updates and improvements.
14+
115
2025-07-29 Mintsuki <mintsuki@protonmail.com>
216

317
*** Release 9.5.1 ***

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Limine [![Build Status](https://github.com/limine-bootloader/limine/actions/workflows/check.yml/badge.svg)](https://github.com/limine-bootloader/limine/actions/workflows/check.yml) [![Discord Server](https://dcbadge.limes.pink/api/server/Z93u2ZUNZs)](https://discord.gg/Z93u2ZUNZs)
1+
# Limine [![Build Status](https://github.com/limine-bootloader/limine/actions/workflows/check.yml/badge.svg)](https://github.com/limine-bootloader/limine/actions/workflows/check.yml) [![Discord Server](https://img.shields.io/discord/706151776247873636?color=5865F2&label=Discord&logo=discord&logoColor=white)](https://discord.gg/Z93u2ZUNZs)
22

33
<p align="center">
44
<img src="https://github.com/limine-bootloader/limine/blob/trunk/logo.png?raw=true" alt="Limine's logo"/>
@@ -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.5.1`):
80+
or, to clone a specific binary point release (for example `9.5.2`):
8181
```bash
82-
git clone https://github.com/limine-bootloader/limine.git --branch=v9.5.1-binary --depth=1
82+
git clone https://github.com/limine-bootloader/limine.git --branch=v9.5.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)