Skip to content

Commit

Permalink
[release] Release version 2.7.2
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
  • Loading branch information
mcb30 committed Feb 22, 2021
1 parent 544fd8e commit 6c0320e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ Changelog

## [Unreleased]

## [v2.7.2] 2021-02-22

- Fix BIOS booting of 32-bit versions of Windows 8 and above with more
than 4GB of RAM.

- Ignore subdirectories when booting from a USB key (or other real
filesystem), thereby avoiding potential filename collisions.

- Avoid potential infinite loops when retrieving the BIOS memory map.

## [v2.7.1] 2021-02-11

- Extract `BCD`, `boot.sdi`, and standard boot font files
Expand Down Expand Up @@ -197,6 +207,7 @@ Changelog


[unreleased]: https://github.com/ipxe/wimboot/commits
[v2.7.2]: https://github.com/ipxe/wimboot/releases/tag/v2.7.2
[v2.7.1]: https://github.com/ipxe/wimboot/releases/tag/v2.7.1
[v2.6.0]: https://github.com/ipxe/wimboot/releases/tag/v2.6.0
[v2.5.2]: https://github.com/ipxe/wimboot/releases/tag/v2.5.2
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := v2.7.1
VERSION := v2.7.2

OBJECTS := prefix.o startup.o callback.o main.o vsprintf.o string.o peloader.o
OBJECTS += int13.o vdisk.o cpio.o stdio.o lznt1.o xca.o die.o efi.o efimain.o
Expand Down
Binary file modified src/wimboot.i386
Binary file not shown.
Binary file modified src/wimboot.x86_64
Binary file not shown.
Binary file modified wimboot
Binary file not shown.

0 comments on commit 6c0320e

Please sign in to comment.