]> code.delx.au - refind/blobdiff - NEWS.txt
Added new "badge" option for the "hideui" configuration file token.
[refind] / NEWS.txt
index 3d2313716b47193ee0f9ab7d80a586547477e4a1..661a53d82e152829b77cfe35d0cbdc16bf499736 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,8 +1,36 @@
-0.8.5 (??/??/2015):
--------------------
+0.8.6 (?/??/2016):
+------------------
+
+- Reverted rEFIt commit r472, introduced in rEFInd 0.8.5 to support more
+  BMP images because I've received bug reports that it's causing existing
+  selection images to fail to load.
+
+- Fixed install.sh bug that caused misidentification of installation
+  directory under OS X if an already-mounted ESP has spaces in its path.
+
+- Fixed install.sh bug that could cause misidentification of the ESP on
+  disks with partition numbers of 10 or above.
+
+
+0.8.5 (2/1/2015):
+-----------------
+
+- Added NTFS EFI filesystem driver.
+
+- Minor improvements to filesystem driver framework code.
+
+- Changes to 
+
+- Fixed bug in Btrfs driver's address reference.
 
 - Improved install.sh to make it smarter about figuring out where to
-  install on Macs.
+  install on Macs. Specifically, this version now upgrades existing
+  installations, if found (as it always has under Linux), rather than
+  blindly install to EFI/BOOT; it installs to EFI/refind if not existing
+  installation is found; it installs using the --shortform option to bless,
+  which seems to eliminate the 30-second delay problem; and it can handle
+  an HFS+ ESP, which it treats as a separate HFS+ volume (as if the user
+  had used --ownhfs). These changes do not affect behavior under Linux.
 
 - Added missing check of architecture type for several tools.