]> code.delx.au - refind/blobdiff - NEWS.txt
Support extent trees, verified with big files
[refind] / NEWS.txt
index 6f3e4666650f731ee7afe1d02f2c0df3075700df..c9277003cd5e9110e80fa0b8837f369aed49918b 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,6 +1,23 @@
-0.5.0 (12/5/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