X-Git-Url: https://code.delx.au/refind/blobdiff_plain/480ba418c97ece5557ac0efc5dc189ff19fb8b8f..1f5b3c00f34cd3bfa077b2110d383632295efbd0:/NEWS.txt diff --git a/NEWS.txt b/NEWS.txt index 79f651e..013a8bc 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,7 +1,33 @@ -0.10.2 (?/??/2016): +0.10.3 (?/??/2016): ------------------- -- Fixed bug that caused custom volume badges (vol_????.png) to be read only +- Added refind-mkdefault script to simplify resetting rEFInd as the default + boot program in Linux. The intent is to run this after GRUB, Windows, OS + X, or some other tool takes over as the primary boot manager. It can be + called from a startup script to handle this task automatically. + +0.10.2 (1/26/2016): +------------------- + +- 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, and another that caused it to give the resulting NVRAM + entry the default rEFInd name of "rEFInd Boot Manager," rather than the + intended "Windows Boot Manager" (to work around bugs in some EFIs). + +- 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.