]> code.delx.au - refind/blobdiff - NEWS.txt
Changed quoting mechanism for quoting quote marks in configuration
[refind] / NEWS.txt
index 71e0a39df2180fa151b5589d0c48e7ddc47a5c60..1a4d5687746460b4b4ada1acdc553a3a53f34ac5 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,5 +1,24 @@
-0.5.0 (??/??/2012):
--------------------
+0.5.0 (12/?/2012):
+------------------
+
+- Added the ability to include quote marks ('"') in refind.conf and
+  refind_linux.conf tokens by doubling them up, as in:
+  "ro root=/dev/sda4 some_value=""this is it"""
+  This example results in the following string being passed as an
+  option:
+  ro root=/dev/sda4 some_value="this is it"
+
+- Changed refind.conf-sample to uncomment the scan_all_linux_kernels
+  option by default. If this option is deleted or commented out, the
+  program default remains to not scan all Linux kernels; but with
+  increasing numbers of distributions shipping with kernels that include
+  EFI stub loader support, setting the configuration file default to scan
+  for them makes sense.
+
+- Modified the "resolution" token so that it affects text mode as well
+  as graphics mode. On my systems, though, the actual text area is still
+  restricted to an 80x25 area. (This seems to be a firmware limitation; my
+  EFI shells are also so limited.)
 
 - Fixed a bug that caused the options line editor to blank out lines that
   were not actually edited.