:: commit b9a6367df0af5a23b36ee9fb6354645097789789

mintsuki <mintsuki@protonmail.com> — 2024-08-25 17:37

parents: 67324db94e

docs: Update ChangeLog and README.md for 8.0.6

diff --git a/ChangeLog b/ChangeLog
index 58f640fe..c3857d1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2024-08-25  mintsuki  <mintsuki@protonmail.com>
+
+    *** Release 8.0.6 ***
+
+    Noteworthy changes compared to the previous release, 8.0.5:
+
+    Bug fixes:
+        - Fix issue with makefiles that would cause, among others, issues with
+          job control on older GNU make versions.
+
+    Miscellaneous:
+        - Update limine-efi dependency to latest.
+        - Minor build system improvements.
+
 2024-08-12  mintsuki  <mintsuki@protonmail.com>
 
     *** Release 8.0.5 ***
diff --git a/README.md b/README.md
index 4c8b8699..c0685b34 100644
--- a/README.md
+++ b/README.md
@@ -73,9 +73,9 @@ For example, to clone the latest binary release of the `8.x` branch, one can do:
 ```bash
 git clone https://github.com/limine-bootloader/limine.git --branch=v8.x-binary --depth=1
 ```
-or, to clone a specific binary point release (for example `8.0.5`):
+or, to clone a specific binary point release (for example `8.0.6`):
 ```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v8.0.5-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v8.0.6-binary --depth=1
 ```
 
 In order to rebuild host utilities like `limine`, simply run `make` in the binary
tab: 248 wrap: offon