:: commit 52abd12c232c7bcc56e57edc43aabfbfe003209e

mintsuki <mintsuki@protonmail.com> — 2024-08-02 04:33

parents: 5294b2a4e5

docs: Update ChangeLog and README.md for 7.13.3

diff --git a/ChangeLog b/ChangeLog
index ab6adddf..d4a9887a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2024-08-02  mintsuki  <mintsuki@protonmail.com>
+
+    *** Release 7.13.3 ***
+
+    Noteworthy changes compared to the previous release, 7.13.2:
+
+    Bug fixes:
+        - Limine boot protocol: Fix broken comparison that could cause an HHDM
+          too large to not be properly detected.
+        - Limine boot protocol: aarch64: Fix incorrect macro value that would
+          cause the size of the higher half to be incorrectly detected as half.
+
+    Miscellaneous:
+        - Remove Nix flake stuff from repository/tarball.
+
 2024-07-30  mintsuki  <mintsuki@protonmail.com>
 
     *** Release 7.13.2 ***
diff --git a/README.md b/README.md
index 75baf62b..9136088e 100644
--- a/README.md
+++ b/README.md
@@ -72,9 +72,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.13.2`):
+or, to clone a specific binary point release (for example `7.13.3`):
 ```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v7.13.2-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v7.13.3-binary --depth=1
 ```
 
 In order to rebuild host utilities like `limine`, simply run `make` in the binary
tab: 248 wrap: offon