]> code.delx.au - refind/blobdiff - NEWS.txt
Fixed ELILO-in-Secure-Boot bug and bug that caused hangs of the EFI
[refind] / NEWS.txt
index c8adbff5b846b1e148c01547e0c99ad98a4dcca9..c9277003cd5e9110e80fa0b8837f369aed49918b 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,6 +1,23 @@
-0.5.0 (??/??/2012):
+0.5.1 (??/??/201?):
 -------------------
 
+- Fixed bug that caused some programs (EFI shells, in particular) to hang
+  when launching on some systems (DUET, in particular).
+
+- Implemented a fix to enable ELILO to launch with Secure Boot active.
+  This fix might help with some other boot loaders in Secure Boot mode,
+  too, but I don't know of any specifics.
+
+0.5.0 (12/6/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