diff --git a/ChangeLog b/ChangeLog index 736b0add..1dee8001 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2024-05-24 mintsuki + + *** Release 7.5.3 *** + + Noteworthy changes compared to the previous release, 7.5.2: + + Bug fixes: + - Multiboot 2 protocol: Fix an issue where the 32-bit EFI Image Handle + tag would be generated under 64-bit EFI and vice versa. + - Do not set VirtualStart to PhysicalStart when generating the EFI + memory map; set it to 0 instead. + - Do not perform additional checks when loading relocatable ELF files + after verifying that they are of type ET_DYN and have a PT_DYNAMIC + segment. This ensures that certain relocatable ELF files that were + previously misidentified as non-relocatable are recognised as such. + 2024-05-22 mintsuki *** Release 7.5.2 *** diff --git a/README.md b/README.md index 71924214..e6c25048 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,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.5.2`): +or, to clone a specific binary point release (for example `7.5.3`): ```bash -git clone https://github.com/limine-bootloader/limine.git --branch=v7.5.2-binary --depth=1 +git clone https://github.com/limine-bootloader/limine.git --branch=v7.5.3-binary --depth=1 ``` In order to rebuild host utilities like `limine`, simply run `make` in the binary