]> code.delx.au - refind/blobdiff - NEWS.txt
Shim/MOK fine-tuning & support for building drivers with GNU-EFI
[refind] / NEWS.txt
index 441cb1e6e118a3db77fa121d42e78e88b76d480f..d04ee1bd258ebf352bf8d45bad16c7930dbe36e8 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,3 +1,33 @@
+0.6.2 (12/??/2012):
+-------------------
+
+- The drivers can now be built with the GNU-EFI toolkit as well as with the
+  TianoCore EDK2. See the BUILDING.txt file for details on how to build
+  them with either toolkit. This improvement doesn't affect users of my
+  binary packages, but it should make it easier for Linux distributions to
+  adopt rEFInd into their package systems.
+
+- Tweaked refind.inf file for better build results using "native" TianoCore
+  EDK2 build process (vs. the Makefile-based build process that I use under
+  Linux). This won't affect those who use my binary builds or build under
+  Linux with the "make" command.
+
+- Fixed bug that prevented Secure Boot launches from working when rEFInd
+  was built with GNU-EFI rather than the TianoCore EDK2.
+
+- Substantial reworking of Secure Boot code, based on James Bottomley's
+  PreLoader program. This new code eliminates the limitation of launching
+  just one driver in Secure Boot mode and is likely to be more reliable
+  with future or obscure boot loaders. It should also work with non-x86-64
+  systems, although this relies on a platform-specific shim program, which
+  to date exists only for x86-64. The basic features are the same as before
+  -- rEFInd relies on shim for authentication functions and will launch
+  programs that are signed by Secure Boot keys, shim keys, or MOKs.
+
+- Altered default for "textmode" option (when it's commented out) to not
+  adjust the text mode at all. (Prior versions set it to mode 0 by
+  default.)
+
 0.6.1 (12/21/2012):
 -------------------