X-Git-Url: https://code.delx.au/refind/blobdiff_plain/23e45cf6420a171473675a78346c5b0c184b95d8..65478cb010b22ae8ad46ff670433b14cdd3a9ab4:/NEWS.txt diff --git a/NEWS.txt b/NEWS.txt index dbe119f..eb424b0 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,4 +1,21 @@ -0.7.9 (?/??/2014): +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): ------------------ - Attempt to fix rEFInd perpetually re-scanning after ejecting a disc on @@ -11,6 +28,8 @@ - Fixed bug in install.sh that could cause it to display error messages if the dmraid utility was not installed. +- The HFS+ driver now reports a correct volume name. + - Fixed some EFI filesystem driver bugs that could cause lockups under some circumstances. These bugs could affect any of the filesystem drivers.