]> code.delx.au - refind/blobdiff - NEWS.txt
Version 0.6.6 release.
[refind] / NEWS.txt
index d3c870c94653ec16694b3a115fbc3c70584a6e3f..b1ee931bba36b848b165ff0202b3d5b1bb27c279 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,6 +1,24 @@
-0.6.6 (?/??/2013):
+0.6.6 (1/26/2013):
 ------------------
 
+- rEFInd now ignores the fallback boot loader (EFI/BOOT/bootx64.efi or
+  EFI/BOOT/bootia32.efi) if it's identical to another boot loader on
+  the same volume. This is intended to help unclutter the display on
+  systems that run Windows, since Windows tends to duplicate its own boot
+  loader under the fallback name.
+
+- Added new "font" token to refind.conf, which enables specifying a font in
+  the form of a PNG file. This file must contain monospace glyphs for the
+  95 characters from ASCII 32 to 126 (space through tilde), inclusive, plus
+  a glyph to be displayed for characters outside of this range, for a total
+  of 96 glyphs.
+
+- Replaced the old font (inherited from rEFInd) with an anti-aliased
+  version of Luxi Mono Regular 14 point.
+
+- Fixed bug that caused rEFInd to ignore manual boot stanzas in files
+  included via the "include" token in refind.conf.
+
 - Fixed bug that caused ASSERT error on some systems (and conceivably a
   crash on startup on some) when default_selection line in refind.conf was
   commented out or empty.