]> code.delx.au - refind/blobdiff - NEWS.txt
Replaced func_* icons
[refind] / NEWS.txt
index 2510be0c3dfd1b91cd8bda5cb254863f1acb4b62..870a88615c20a87b82382ea7d245a0d023a5d0af 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,6 +1,24 @@
 0.9.3 (??/??/2015):
 -------------------
 
+- Added detection of System Integrity Protection (SIP; aka "rootless") mode
+  to OS X portion of install.sh script. When detected, and if no existing
+  rEFInd installation is found, the script now prints a warning and brief
+  instructions of how to enter the Recovery mode to install rEFInd and
+  suggests aborting the installation. (The user can override and attempt
+  installation anyhow.) If SIP is detected along with an existing rEFInd
+  installation, the script moderates the warning and explains that an
+  update of a working rEFInd will probably succeed, but that re-installing
+  to fix a broken rEFInd will probably fail.
+
+- Added new "spoof_osx_version" token, which takes an OS X version number
+  (such as "10.9") as an option. This feature, when enabled, causes rEFInd
+  to tell a Mac's firmware that the specified version of OS X is being
+  launched. This option is usually unnecessary, but it can help properly
+  initialize some hardware -- particularly secondary video devices. OTOH,
+  on some Macs it can cause hardware (notably keyboards and mice) to become
+  unresponsive, so you should not use this option unnecessarily.
+
 - Worked around an EFI bug that affected my 32-bit Mac Mini: That system
   seems to have a broken EFI, or possibly a buggy CPU, that causes some
   (but not all) conversions from floating-point to integer numbers to hang