X-Git-Url: https://code.delx.au/refind/blobdiff_plain/0240b648949d78c71d8da6ce5ba019a57f974dee..450fdc4e67b3f2198a1f4901909f8f9424000a4a:/NEWS.txt diff --git a/NEWS.txt b/NEWS.txt index bdef7e5..0beac95 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,6 +1,21 @@ 0.10.1 (??/??/201?): -------------------- +- Significantly reworked the project's Makefiles. This should have no + impact on ordinary users, and even most developers should barely notice + it; but it should make future extensions to additional platforms or + building in different environments easier. + +- Added workaround to gptsync for issue with some Macs' EFIs that caused + the program to skip through all prompts accepting the default option. + This would normally cause gptsync to do nothing. + +- Added type code 53746F72-6167-11AA-AA11-00306543ECAC (Apple Core Storage, + gdisk type AF05) to list of partition types recognized by gptsync. + +- Removed Luxi Sans Mono font, since I discovered it was not open source; + and changed the default font from Nimbus Mono to Liberation Mono. + - Added support for compiling rEFInd for ARM64 (aka AARCH64 or aa64). This works with both GNU-EFI and Tianocore UDK2014.SP1.P1. This support is currently poorly tested. In particular, I used QEMU on an x86-64 computer