X-Git-Url: https://code.delx.au/refind/blobdiff_plain/480ba418c97ece5557ac0efc5dc189ff19fb8b8f..0a82bafff0b372b220e4d67b67c677ac067d1c82:/NEWS.txt diff --git a/NEWS.txt b/NEWS.txt index 79f651e..0ae4cdf 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,7 +1,23 @@ 0.10.2 (?/??/2016): ------------------- -- Fixed bug that caused custom volume badges (vol_????.png) to be read only +- Fixed bug in refind-install that caused mountesp to be installed as a FILE + called /usr/local/bin on OS X if the /usr/local/bin directory did not + already exist. + +- Fixed bug in mvrefind that caused it to fail to move bootmgfw.efi in + some situations. + +- Worked around bug/quirk in some EFIs (in HP ProBook 6470b laptop, at + least) that prevented EFI filesystem drivers from working. (Drivers would + load but not provide access to filesystems.) + +- Fixed refind-install bug that caused --usedefault option to not work in OS + X. (This bug did not affect Linux.) + +- Improved Secure Boot detection in refind-install in Linux. + +- Fixed bug that caused custom volume badges (vol_*.png) to be read only from default location ("icons" subdirectory), effectively eliminating the ability to adjust them.