X-Git-Url: https://code.delx.au/refind/blobdiff_plain/c5d1646e66976fff2184375187bb96db366afcbc..a0bab7e95672ae7438f7fdb806b9b167a5b04e07:/NEWS.txt diff --git a/NEWS.txt b/NEWS.txt index 50ee4fb..e9c8f1e 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,6 +1,17 @@ -0.6.2 (??/??/201?): +0.6.2 (12/??/2012): ------------------- +- Fixed bug that prevented Secure Boot launches from working when rEFInd + was built with GNU-EFI rather than the TianoCore EDK2. + +- Substantial reworking of Secure Boot code, based on James Bottomley's + PreLoader program. This new code eliminates the limitation of launching + just one driver in Secure Boot mode and is likely to be more reliable + with future or obscure boot loaders. The basic features are the same as + before, though -- rEFInd relies on shim for authentication functions and + will launch programs that are signed by Secure Boot keys, shim keys, or + MOKs. + - Altered default for "textmode" option to not adjust the text mode at all. (Prior versions set it to mode 0 by default.)