From 8939d34167c3736f4338928b035ca6c3ce333244 Mon Sep 17 00:00:00 2001 From: Mintsuki Date: Fri, 7 Nov 2025 11:14:24 +0100 Subject: [PATCH] docs: Update ChangeLog and README.md for 10.3.0 --- ChangeLog | 28 ++++++++++++++++++++++++++++ README.md | 4 ++-- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3546d87e..27d25b70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2025-11-07 Mintsuki + + *** Release 10.3.0 *** + + Noteworthy changes compared to the previous release, 10.2.1: + + **Special notes:** + Despite there being breaking changes in this release, no major version + bump is done; this is because the changes are minor enough, there are + no big new features, and version 10.x was not released long enough ago. + This is technically in violation of Semantic Versioning, but considered + to be an acceptable exception. + + Breaking changes: + - Change default paths and default path ordering for configuration file + search. Mainly, search first for a configuration file in the same + directory as the EFI application file of Limine, on EFI ports. + - Change default path ordering for stage 3 file search on BIOS ports. + - No longer install the limine.h header file on the host. + - No longer install PROTOCOL.md (Limine Boot Protocol specification) on + the host. + + Bug fixes: + - Fix an issue where code assumed that the RSDT address in the RSDP was + always non-NULL, which could cause crashes or hangs when using base + revision 4 of the Limine Boot Protocol. + 2025-10-29 Mintsuki *** Release 10.2.1 *** @@ -18,6 +45,7 @@ New features: - Implement base revision 4 of the Limine boot protocol as per documentation (read documentation for specific details). + Bug fixes: - "Fix" multiboot1 framebuffer structure to match GRUB instead of the multiboot1 specification. diff --git a/README.md b/README.md index 375388a9..81f5ce04 100644 --- a/README.md +++ b/README.md @@ -77,9 +77,9 @@ For example, to clone the latest binary release of the `10.x` branch, one can do ```bash git clone https://codeberg.org/Limine/Limine.git --branch=v10.x-binary --depth=1 ``` -or, to clone a specific binary point release (for example `10.2.1`): +or, to clone a specific binary point release (for example `10.3.0`): ```bash -git clone https://codeberg.org/Limine/Limine.git --branch=v10.2.1-binary --depth=1 +git clone https://codeberg.org/Limine/Limine.git --branch=v10.3.0-binary --depth=1 ``` In order to rebuild host utilities like `limine`, simply run `make` in the binary