X-Git-Url: https://code.delx.au/refind/blobdiff_plain/c1935b0f6d9272cfa51e9a6c1e342c252ea41b1f..7d3dcb8b4f3e617d60b753757e97f16325b77f4b:/NEWS.txt diff --git a/NEWS.txt b/NEWS.txt index 6f3e466..1a4d568 100644 --- 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