]> code.delx.au - refind/blobdiff - NEWS.txt
Version 0.6.0
[refind] / NEWS.txt
index 6a62e1438f96c0bd8859f4911d2b725e19beb9a2..18712e86b638fd7ad3c2418e262e70e18e78eb83 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,9 +1,19 @@
 0.5.2 (12/??/2012):
 -------------------
 
+- Fixed a memory allocation bug that could cause a program crash when
+  specifying certain values with the "also_scan_dirs", "dont_scan_volumes",
+  "dont_scan_dirs", "dont_scan_files", and "scan_driver_dirs" refind.conf
+  options.
+
+- Modified Linux kernel initrd-finding code so that if an initrd is
+  specified in refind_linux.conf, rEFInd will not add any initrd it finds.
+  This enables an override of the default initrd, and is likely to be
+  particularly helpful to Arch Linux users.
+
 - Added ext4fs driver!
 
-- Made "boot" the default value for "also_scan_dirs.
+- Made "boot" the default value for "also_scan_dirs".
 
 - Added identifying screen header to line editor.
 
   generated by install.sh. This entry boots without the options extracted
   from the /etc/default/grub file.
 
+- Added keys subdirectory to main distribution, to hold public Secure
+  Boot/shim keys from known sources.
+
+- Changed install.sh --drivers option to --alldrivers, added new
+  --nodrivers option, and made the default on Linux to install the one
+  driver that's used on /boot (or the root filesystem if /boot isn't a
+  separate partition). Of course, this won't install a non-existent driver,
+  and it also won't work properly if run from an emergency disk unless you
+  mount a separate /boot partition at that location.
+
 - Fixed bug in install.sh that prevented creation of refind_linux.conf file
   on Linux systems.