X-Git-Url: https://code.delx.au/refind/blobdiff_plain/9462028f4d87a9a865fc26c2ca4a1b8d33bd10fe..8cd838bfacced99d1045a36d1618ebd9cc86ab7b:/NEWS.txt diff --git a/NEWS.txt b/NEWS.txt index 3463d57..bcfefd4 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,41 @@ +0.7.6 (12/??/2013): +------------------- + +- Added support for a blank-screen startup: Set "screensaver -1" and the + screen saver will be initialized when rEFInd starts. If you set a low + "timeout" value, the result will be a boot straight to the default OS + unless you hit a key soon after rEFInd starts. Once you hit a key, the + screensaver will be disabled. + +- Modified install.sh and mkrlconf.sh to create a new Linux kernel + option set: "Boot without EFI storage paranoia," which passes the + efi_no_storage_paranoia option to the kernel. + +- Added --ownhfs {target} option to install.sh. This option causes rEFInd + to install to an HFS+ partition in a way that's more consistent with the + way the Mac's native boot loader is installed. Note that you should NOT + install to an already-bootable partition with this option, since it will + overwrite the existing boot loader, which would render OS X unbootable. + +0.7.5 (11/10/2013): +------------------- + +- Fixed bug that caused unbootable exFAT partitions to show up as + bootable on Macs with BIOS/CSM/legacy boot options enabled. + +- Fixed bug in install.sh that caused installs to the ESP on recent + versions of OS X to fail. + +- Fixed bug that caused rEFInd to hang on some Macs when multiple EFI + drivers were present. + +- Fixed bug that caused clear to default gray screen when launching OSes + with 'use_graphics_for' enabled, even when the rEFInd background is not + gray. Now rEFInd clears to the same background color used in its menu. + When launching OS X, though, the OS X boot loader will itself clear to + gray a second or so later; and when launching Linux, it will clear to + black a second or so later. + 0.7.4.1 (8/25/2013): --------------------