]> code.delx.au - refind/blobdiff - NEWS.txt
Fixes to obscure and subtle bugs in code that sets screen resolution.
[refind] / NEWS.txt
index 534c400a38d2b1a7232e6480d8bdda61b58d2fa9..0412d8033770072fe3c12ff23683c654333fad58 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,6 +1,15 @@
 0.6.1 (12/??/2012):
 -------------------
 
+- Fixed some screen resolution-setting bugs.
+
+- 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.