]> code.delx.au - refind/blobdiff - NEWS.txt
Misc. bug fixes & minor code improvements
[refind] / NEWS.txt
index 5bfd5c07d57d45e3aca9c1e156e6203d85603241..e249ef829705fe63a0e1107d5f4ce3235c7ddcc4 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,12 +1,12 @@
 0.6.1 (12/??/2012):
 -------------------
 
-- Added the filesystem's label (up to the first space, dash, or underscore,
-  if present) as a search base for a menu icon. For instance, if the
-  filesystem is called "Arch", rEFInd will try to find an icon called
-  os_Arch.icns; if it's called "Mac boot", rEFInd will try to use
-  os_Mac.icns; and if it's "suse_root", rEFInd will search for
-  os_suse.icns.
+- Added the "words" that make up a filesystem's label (delimited by spaces,
+  dashes, or underscores) to the list of bases used to search for OS icons.
+  For instance, if the filesystem's label is "Arch", rEFInd searches for
+  os_Arch.icns; if it's "Fedora 17", it searches for os_Fedora.icns and
+  os_17.icns; and if it's "NEW_GENTOO", it searches for os_NEW.icns and
+  os_GENTOO.icns.
 
 - Refined hints displays to be more context-sensitive, particularly in text
   mode.