]> code.delx.au - refind/blobdiff - NEWS.txt
Added support for GPT partition name for display and use in "volume"
[refind] / NEWS.txt
index a215802122c41708ffebf500ae28d3aac6cd220e..eb424b080e5140c425f65085d765302b42698837 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,3 +1,20 @@
+0.7.10 (?/??/2014):
+-------------------
+
+- rEFInd now uses the partition's name (as stored in the GPT data
+  structures) as a fallback for the filesystem's name if the latter can't
+  be found. Exceptions are if the partition name is one of three generic
+  names used by GPT fdisk: "Microsoft basic data", "Linux filesystem", or
+  "Apple HFS/HFS+". These are ignored in favor of the descriptive fallback
+  (e.g., "20 GiB Btrfs volume")
+
+- It's now possible to specify a volume by partition GUID number in a
+  manual boot stanza. This should be more reliable (albeit also more
+  awkward) than using a filesystem number (such as fs0: or fs1:).
+
+- Fixed memory-allocation bug that could cause error message displays,
+  and possibly hangs, when re-scanning boot loaders.
+
 0.7.9 (4/20/2014):
 ------------------