X-Git-Url: https://code.delx.au/refind/blobdiff_plain/ad41af04b0b2e3c789935776eb65f52821cfa8ff..e3d2b4a15b8e4a6e7d6e3a6421270fccfb06c4f0:/NEWS.txt diff --git a/NEWS.txt b/NEWS.txt index 714844d..a864e8e 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,8 +1,39 @@ -0.7.9 (?/??/2014): +0.7.10 (?/??/2014): +------------------- + +- 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): ------------------ -- Added detection of German-language FAT (non-)boot sector created by - iPartition to keep it out of the Mac boot menu. +- Attempt to fix rEFInd perpetually re-scanning after ejecting a disc on + some Macs. + +- Added check to remove redundant (or non-functional if Secure Boot is + active) kernel entries for Ubuntu, which is now including two versions of + kernels, one signed and the other unsigned. + +- 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. + +- Added "gdisk" option to the "showtools" configuration file token. When + active, this adds gdisk.efi or gdisk_{arch}.efi, if present in the + EFI\tools directory, to the tools row. + +- Fixed mistaken identification of the MOK utility as the "MOK utility + utility." + 0.7.8 (3/9/2014): -----------------