]> code.delx.au - refind/blobdiff - NEWS.txt
Improvements to refind-mkdefault, including packaging files.
[refind] / NEWS.txt
index 79f651ece562639fb9e202af854c149a8dcce170..013a8bcf66518490482c0fb751af54c1297ea6a5 100644 (file)
--- 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.