X-Git-Url: https://code.delx.au/refind/blobdiff_plain/ae5935875efbed3b6238a1896e81430a5780e1f0..01d6efef434287c7661d149b4f34dbfb156ce7ec:/NEWS.txt diff --git a/NEWS.txt b/NEWS.txt index c049f13..49ce0b3 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,11 +1,32 @@ -0.9.2 (9/??/2015): +0.9.3 (??/??/2015): +------------------- + +- Under OS X, install.sh can now be run from the recovery system. This may + help work around OS X 10.11's problems with System Integrity Protection, + since it should be possible to reboot into the recovery system to install + rEFInd without disabling SIP for the main installation, even for just one + boot. + +0.9.2 (9/19/2015): ------------------ +- Added "--keepname" option to install.sh. This option causes install.sh + to keep refind_x64.efi named as such rather than rename it as grubx64.efi + when using Shim. This option is meaningful only if the --shim option is + also used. This option passes the refind_x64.efi filename as an option to + Shim, which overrides the default filename of grubx64.efi. A big caveat: + Only Shim 0.7 and later supports this feature. (Shim 0.4 also works if a + refind_x64.efi is referred to as "\refind_x64.efi" on the command line, + but the need for a leading backslash to refer to a file in the same + directory as Shim is so confusing and wrong that I cannot in good + conscience support it.) I've not seen signed Shim binaries between 0.4 + and 0.7, so I don't know if any of them might work. + - Implemented a workaround for a bug in Shim 0.8 that prevented authentication of more than one binary. If any filesystem drivers were - installed, the first one would be verified, leaving rEFInd to be unable - to launch anything else unless it was signed by a key in the computer's - main Secure Boot db list. + installed, the first one would be verified, leaving rEFInd unable to + launch anything else unless it was signed by a key in the computer's main + Secure Boot db list. 0.9.1 (9/13/2015): ------------------