Skip to content

Commit

Permalink
docs: Update ChangeLog and README.md for 7.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed May 24, 2024
1 parent 1811c7f commit c204af4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
2024-05-24 mintsuki <mintsuki@protonmail.com>

*** 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 <mintsuki@protonmail.com>

*** Release 7.5.2 ***
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c204af4

Please sign in to comment.