:: commit a53ef95217ca4f226d5492e05a01a90112e10ab4

Mintsuki <mintsuki@protonmail.com> — 2025-08-01 06:50

parents: f27a5c39cd

docs: Update ChangeLog and README.md for 9.5.2

diff --git a/ChangeLog b/ChangeLog
index aa49e491..942382d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2025-08-01  Mintsuki  <mintsuki@protonmail.com>
+
+    *** Release 9.5.2 ***
+
+    Noteworthy changes compared to the previous release, 9.5.1:
+
+    Bug fixes:
+        - Revert change that moved to `nm` from `objdump` for generating the
+          symbol table, as that broke section-specific symbol dumps and caused
+          BIOS stage 2 to be bloated with the full symbol table.
+
+    Miscellaneous:
+        - Miscellaneous build system updates and improvements.
+
 2025-07-29  Mintsuki  <mintsuki@protonmail.com>
 
     *** Release 9.5.1 ***
diff --git a/README.md b/README.md
index 4b8046b8..c54469e7 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# 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)
+# 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)
 
 <p align="center">
     <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:
 ```bash
 git clone https://github.com/limine-bootloader/limine.git --branch=v9.x-binary --depth=1
 ```
-or, to clone a specific binary point release (for example `9.5.1`):
+or, to clone a specific binary point release (for example `9.5.2`):
 ```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v9.5.1-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v9.5.2-binary --depth=1
 ```
 
 In order to rebuild host utilities like `limine`, simply run `make` in the binary
tab: 248 wrap: offon