X-Git-Url: https://code.delx.au/refind/blobdiff_plain/26d86fa4b6c17ae9d5afce77e18909d10ba19d90..a47c54f5f264a4d7d89d37bcd77aa6ee7b53dcb3:/NEWS.txt diff --git a/NEWS.txt b/NEWS.txt index 52c57d8..a1f8687 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,5 +1,34 @@ -0.7.7 (12/??/2013): -------------------- +0.7.8 (?/??/2014): +------------------ + +- Adjusted the post-installation script in refind.spec (used to generate + RPMs, and therefore also indirectly Debian packages) to search for + existing shim program files under the filesnames shim.efi and shimx64.efi + rather than just shim.efi. Ubuntu uses shimx64.efi, so Debian packages + were failing to detect Ubuntu's shim in previous versions. (Note, + however, that Ubuntu's early shim 0.1 is unsuitable for use with rEFInd + The newer 0.4 version that's in the repositories now should work fine; + it's only when installing on an older system that's NOT been updated that + problems might arise. + +0.7.7 (1/3/2014): +----------------- + +- Can now specify complete paths, optionally including volumes, in + dont_scan_files. + +- Added shimx64.efi to the default dont_scan_files list. + +- Added windows_recovery_files token, to specify what program(s) launch a + Windows recovery utility; and the "windows_recovery" option to + "showtools," to control whether or not to display the Windows recovery + utility on the second row of icons. + +- The use_graphics_for, also_scan_dirs, dont_scan_dirs, dont_scan_files, + and scan_driver_dirs tokens in refind.conf now support "+" as the first + option, which causes the remaining options to be added to the default + value rather than replacing that value. (This has no practical effect for + scan_driver_dirs, though, since it has a null default value.) - Added support for specifying the configuration file at program launch, via the "-c" parameter, as in "refind_x64.efi -c foo.conf" to use the