]> code.delx.au - refind/blobdiff - NEWS.txt
Further tweaks to spoof_osx_version code, including writing
[refind] / NEWS.txt
index 49ce0b3027a73a08f4d1773f7e8b0781cd224fb1..186ec3a701f60234959cc0818007588f0de8326b 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,6 +1,26 @@
 0.9.3 (??/??/2015):
 -------------------
 
+- 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
+  the computer. Such operations were performed only in rEFInd's
+  graphics-resizing code, and so would manifest only when icons or
+  background images were resized. My fix eliminates the use of
+  floating-point operations in the affected function, which eliminates the
+  crashes. There may be some degradation in the quality of resized images,
+  though, particularly on 32-bit systems. (64-bit systems use larger
+  integers, which enable greater precision in my floating-point
+  workaround.)
+
 - 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