X-Git-Url: https://code.delx.au/refind/blobdiff_plain/462e719eec6a0f7b8283e8e11ab25455112ffbac..e0f6b77e5692ec112bb803202ae27f8c5d55de50:/NEWS.txt diff --git a/NEWS.txt b/NEWS.txt index 2c6a92c..c721998 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,26 @@ +0.4.8 (??/??/2012): +------------------- + +- Added the directory from which rEFInd launched to dont_scan_dirs. This + works around a bug in which rEFInd would show itself as a bogus Windows + entry if it's installed as EFI/Microsoft/boot/bootmgfw.efi. + +- Added support for launching MokManager.efi for managing the Machine Owner + Keys (MOKs) maintained by the Shim boot loader developed by Fedora and + SUSE. + +- Added support for Apple's Recovery HD partition: If it's detected, a new + icon appears on the second row. This icon can be removed by explicitly + setting the "showtools" option in refind.conf and excluding the + "apple_recovery" option from that line. + +- Fixed bug that caused text-mode ("textonly" refind.conf option enabled) + menu entries to be right-aligned rather than left-aligned when rEFInd was + compiled with the TianoCore EDK2. + +- Added "--usedefault {devicename}" and "--drivers" options to the + install.sh script and changed the "esp" option to "--esp". + 0.4.7 (11/6/2012): ------------------