diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d0f145..8db575f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ Changelog ## [Unreleased] -## [v2.7.0] 2021-02-11 +## [v2.7.1] 2021-02-11 - Extract `BCD`, `boot.sdi`, and standard boot font files automatically from the `.wim` image. @@ -197,7 +197,7 @@ Changelog [unreleased]: https://github.com/ipxe/wimboot/commits -[v2.7.0]: https://github.com/ipxe/wimboot/releases/tag/v2.7.0 +[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 [v2.5.1]: https://github.com/ipxe/wimboot/releases/tag/v2.5.1 diff --git a/src/Makefile b/src/Makefile index cc875a5..903c6f5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -VERSION := v2.7.0 +VERSION := v2.7.1 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 diff --git a/src/wimboot.i386 b/src/wimboot.i386 index 42fb16a..ee3466a 100755 Binary files a/src/wimboot.i386 and b/src/wimboot.i386 differ diff --git a/src/wimboot.x86_64 b/src/wimboot.x86_64 index 2bbadec..3fd35aa 100755 Binary files a/src/wimboot.x86_64 and b/src/wimboot.x86_64 differ diff --git a/wimboot b/wimboot index 2bbadec..3fd35aa 100755 Binary files a/wimboot and b/wimboot differ