]> code.delx.au - refind/blobdiff - NEWS.txt
Version 0.6.1 official release
[refind] / NEWS.txt
index 5bfd5c07d57d45e3aca9c1e156e6203d85603241..441cb1e6e118a3db77fa121d42e78e88b76d480f 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,12 +1,28 @@
-0.6.1 (12/??/2012):
+0.6.1 (12/21/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 "--root" option to install.sh, to enable installation of rEFInd
+  to something other than the currently-running OS. This is intended for
+  use on emergency discs.
+
+- Thanks to Stefan Agner, the ext4fs driver now supports the "meta_bg"
+  filesystem feature, which distributes metadata throughout the disk. This
+  feature isn't used by default, but can be set at filesystem creation time
+  by passing the "-O meta_bg,^resize_inode" option to mke2fs. (Using
+  "^resize_inode" is necessary because meta_bg is incompatible with
+  resize_inode, which IS used by default.) This feature can be used on
+  ext3fs and ext2fs as well as on ext4fs, so the ext4fs driver can now
+  handle some ext3fs and ext2fs partitions that the ext2fs driver can't
+  handle.
+
+- 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.