X-Git-Url: https://code.delx.au/refind/blobdiff_plain/f27ce23381e3d1c3bc4f37d74fb6e70a3babc5dd..0a23a9a7b0c88de8c1f67a249a49a9d019baafe9:/NEWS.txt diff --git a/NEWS.txt b/NEWS.txt index 5ef467f..abf11af 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,5 +1,5 @@ -0.8.4 (11/??/2014): -------------------- +0.8.4 (12/8/2014): +------------------ - Tweaked default for dont_scan_volumes: Removed "Recovery HD". This change better suits the needs of OS X 10.10 ("Yosemite") installations, but may @@ -12,6 +12,22 @@ work. Most EFIs enable setting this feature in their own setup utilities, but some (such as most Macs) don't. +- If rEFInd can't locate an icons directory (either the default or one + specified by the icons_dir token), the program switches to text-only + mode. + +- If a loader contains the string "grub" and no other clue to the loader's + OS association exists, search for os_grub.{png|icns} (which is not + provided with rEFInd) or os_linux.{png|icns}. (Previous versions provided + a generic loader icon for GRUB.) + +- Fixed bug that caused dont_scan_files to not work with special-case + boot loaders (for OS X and Windows) when specifying the complete path to + the loader (e.g., EFI/Microsoft/Boot/bootmgfw.efi). + +- Added support for the iPXE network boot tool (see BUILDING.txt for + building and basic use instructions). + 0.8.3 (7/6/2014): -----------------