:: commit eb443bb4325a974ccac1b1190d43674b4204b2b3

mintsuki <mintsuki@protonmail.com> — 2024-03-19 00:28

parents: 5dc0bfc21f

docs: Update ChangeLog and README.md for 7.1.0

diff --git a/ChangeLog b/ChangeLog
index dae12e44..63b253c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2024-03-19  mintsuki  <mintsuki@protonmail.com>
+
+    *** Release 7.1.0 ***
+
+    Noteworthy changes compared to the previous release, 7.0.5:
+
+    New features:
+        - Limine boot protocol: Add support for requests delimiter.
+
+    Bug fixes:
+        - Fixed a potential security vulnerability in the ISO9660 driver.
+
 2024-02-15  mintsuki  <mintsuki@protonmail.com>
 
     *** Release 7.0.5 ***
diff --git a/README.md b/README.md
index c0725922..87fc10f4 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 ### What is Limine?
 
 Limine (pronounced as shown [here](https://www.merriam-webster.com/dictionary/in%20limine))
-is a modern, advanced, portable, multiprotocol bootloader, also used
+is a modern, advanced, portable, multiprotocol bootloader and boot manager, also used
 as the reference implementation for the [Limine boot protocol](/PROTOCOL.md).
 
 ### Donate
@@ -52,6 +52,8 @@ All x86-64, aarch64, and riscv64 (UEFI) systems are supported.
 
 ## Packaging status
 
+All Limine releases since 7.x use [Semantic Versioning](https://semver.org/spec/v2.0.0.html) for their naming.
+
 [![Packaging status](https://repology.org/badge/vertical-allrepos/limine.svg)](https://repology.org/project/limine/versions)
 
 ## Binary releases
@@ -65,9 +67,9 @@ For example, to clone the latest binary release of the `7.x` branch, one can do:
 ```bash
 git clone https://github.com/limine-bootloader/limine.git --branch=v7.x-binary --depth=1
 ```
-or, to clone a specific binary point release (for example `7.0.5`):
+or, to clone a specific binary point release (for example `7.1.0`):
 ```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v7.0.5-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v7.1.0-binary --depth=1
 ```
 
 In order to rebuild host utilities like `limine`, simply run `make` in the binary
tab: 248 wrap: offon