]> code.delx.au - refind/blobdiff - NEWS.txt
Added "1024" as code to not change the mode to the "textmode" token.
[refind] / NEWS.txt
index 534c400a38d2b1a7232e6480d8bdda61b58d2fa9..50ee4fb9580ec285e9808f1b905cb738c85d7b67 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,6 +1,35 @@
-0.6.1 (12/??/2012):
+0.6.2 (??/??/201?):
 -------------------
 
+- Altered default for "textmode" option to not adjust the text mode
+  at all. (Prior versions set it to mode 0 by default.)
+
+0.6.1 (12/21/2012):
+-------------------
+
+- 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.