]> code.delx.au - refind/blobdiff - NEWS.txt
Changed quoting mechanism for quoting quote marks in configuration
[refind] / NEWS.txt
index 6f3e4666650f731ee7afe1d02f2c0df3075700df..1a4d5687746460b4b4ada1acdc553a3a53f34ac5 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,6 +1,13 @@
-0.5.0 (12/5/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