]> code.delx.au - refind/blobdiff - NEWS.txt
Code cleanup -- mostly reformatting, but a couple of small efficiency
[refind] / NEWS.txt
index 7ffda3fa3d6c0f9bd96280ec15498275faa007b0..c049f136a744ac0c14e0846f207b90ecbf471765 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,6 +1,26 @@
-0.9.1 (?/??/2015):
+0.9.2 (9/??/2015):
 ------------------
 
+- Implemented a workaround for a bug in Shim 0.8 that prevented
+  authentication of more than one binary. If any filesystem drivers were
+  installed, the first one would be verified, leaving rEFInd to be unable
+  to launch anything else unless it was signed by a key in the computer's
+  main Secure Boot db list.
+
+0.9.1 (9/13/2015):
+------------------
+
+- When rEFInd identifies the root (/) partition via the Freedesktop.org
+  Discoverable Partitions Specification, it now checks two of the
+  partition's attributes, as per the DPS (see
+  http://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/):
+  - The partition's read-only attribute determines whether to pass a "rw"
+    or "ro" option to the kernel.
+  - If the partition's do-not-automount flag is set, rEFInd will not pass
+    it as a "root=" option to the kernel. This flag can be used to remove
+    all but one partition from consideration as a root (/) partition if a
+    system has more than one with the correct type code.
+
 - Improved Freedesktop.org Discoverable Partitions Specification support:
   Previously, if no refind_linux.conf file was present but an /etc/fstab
   file was found, rEFInd ignored the Discoverable Partitions Specification