X-Git-Url: https://code.delx.au/refind/blobdiff_plain/99a75c0d391580161f651db61bb43afb46f4e5cd..a0bab7e95672ae7438f7fdb806b9b167a5b04e07:/NEWS.txt diff --git a/NEWS.txt b/NEWS.txt index cf8bb58..e9c8f1e 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,6 +1,27 @@ -0.6.1 (12/??/2012): +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.) + +0.6.1 (12/21/2012): +------------------- + +- Added "--root" option to install.sh, to enable installation of rEFInd + to something other than the currently-running OS. This is intended for + use on emergency discs. + - Thanks to Stefan Agner, the ext4fs driver now supports the "meta_bg" filesystem feature, which distributes metadata throughout the disk. This feature isn't used by default, but can be set at filesystem creation time