X-Git-Url: https://code.delx.au/refind/blobdiff_plain/4981d89ed05e2cf6058309d92094b693b5d92e1b..dfaff0c32138446ef78a69cb221341598262859c:/NEWS.txt diff --git a/NEWS.txt b/NEWS.txt index 519c53c..60b4f8a 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,6 +1,63 @@ -0.7.1 (?/??/2013): +0.7.4 (8/25/2013): ------------------ +- Fixed options passing to loader to include loader's filename as the first + option. This omission had no effect on most boot loaders, but caused + VMware's mboot64.efi to fail. + +- Added support for memtest86 as second-row option. Program must be + stored in EFI/tools, EFI/tools/memtest, EFI/tools/memtest86, EFI/memtest, + or EFI/memtest86; and must use the name memtest86.efi, memtest86_x64.efi, + memtest86x64.efi, or bootx64.efi (changing "x64" to "ia32" on IA-32 + systems). The memtest86 program is scanned for when the "showtools" + option includes the "memtest" or "memtest86" token, which it does by + default. + +- Added space to end of "Boot %s from %s" string; enables adding a space + to the end of the "default_selection" item (in quotes) to set a default + that matches a volume name that's identical to another one except for + extra characters at the end of the non-wanted volume's name. + +- Fixed bug that could cause rEFInd to hang when launching boot loaders + under some conditions. (Launching from Firewire drives on Macs is the + known case, but there may be others.) + +0.7.3 (8/7/2013): +----------------- + +- Fixed bug that caused missing media-type badges on BIOS-mode boot + loaders on Macs. + +- Fixed bug that caused failure when launching BIOS-mode OSes on Macs. + +0.7.2 (8/6/2013): +----------------- + +- Fixed bug that caused display glitches in the final entry on the first + row of icons if the second row of icons was empty. + +- Fixed bug that could cause incorrect scanning or even a rEFInd crash when + using volume specification in also_scan_dirs token. + +- Added protection against loading invalid drivers and other EFI programs. + (Some EFIs crash when attempting to load such drivers and programs.) + +- Added PreLoader.efi and shim-fedora.efi to default dont_scan_files list; + it's now "shim.efi, shim-fedora.efi, PreLoader.efi, TextMode.efi, + ebounce.efi, GraphicsConsole.efi, MokManager.efi, HashTool.efi, + HashTool-signed.efi". + +- Added icon for Funtoo Linux. + +- Fixed reading of volume badges from user-specified icons directory, which + was broken. + +- Fixed handling of /.VolumeBadge.icns (or /.VolumeBadge.png) files, which + was broken. + +0.7.1 (7/8/2013): +----------------- + - Fixed build problem with recent development versions of EDK2. - Added scan for Boot Repair's backup of the Windows boot loader @@ -10,6 +67,8 @@ - Fixed also_scan_dirs; used to have bug that caused it to ignore volume specification, if present. +- Fixed bug in driver cache that caused Btrfs driver to hang sometimes. + 0.7.0 (6/27/2013): ------------------