]> code.delx.au - refind/blobdiff - NEWS.txt
Added "volume" token to configuration file boot stanza.
[refind] / NEWS.txt
index e0a3e84de0f65fa88c291a84f9207f0cc806f772..259b03e851b8e9afad12fe1d050ad52a94983b98 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,6 +1,31 @@
-0.2.5 (?/??/2012):
+0.2.6 (?/??/2012):
 ------------------
 
+- Added "volume" keyword to configuration file's stanza options. This
+  option changes the volume from which subsequent files (specified by
+  "loader" and "icon") are loaded. You pass "volume" the name/label of the
+  FILESYSTEM you want to use (not the GPT partition name).
+
+- Fixed bug in 0.2.5 that caused failure of Linux initial RAM disk
+  mapping on some (but not all) systems. Affected computers include at
+  least some Intel motherboards, maybe others.
+
+0.2.5 (4/9/2012):
+-----------------
+
+- Fixed bug that caused an inability to associate initial RAM disks with
+  Linux kernels stored in a volume's root directory.
+
+- Volume badges (that override default badges) are now stored in
+  .VolumeBadge.icns. Although undocumented, rEFInd formerly loaded custom
+  volume badges from .VolumeIcon.icns. This carryover from rEFIt was a
+  confusing name, given the next (new) feature, so I've changed and
+  documented the name....
+
+- Added ability to set a default icon for a loader stored in the root
+  directory of a volume: The icon is stored in .VolumeIcon.icns. This icon
+  is also used for Mac OS X volumes booted from the standard location.
+
 - Fixed bug that caused icons to drop back to generic icons when rEFInd
   was launched in certain ways (such as from an EFI shell in rEFInd's
   directory) on certain systems.