]> code.delx.au - refind/blobdiff - NEWS.txt
Fixed screen-clearing bug; display fs type & size rather than blank
[refind] / NEWS.txt
index 6a62e1438f96c0bd8859f4911d2b725e19beb9a2..5561a438315b26214f0b7a7783697d885fd6d448 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,9 +1,32 @@
-0.5.2 (12/??/2012):
+0.6.1 (12/??/2012):
 -------------------
 
+- Instead of displaying a blank filesystem label when a filesystem has
+  none, rEFInd now displays the size of the filesystem, as in "boot
+  EFI\foo\bar.efi from 200 MiB volume" rather than "boot EFI\foo\bar.efi
+  from". For some filesystems, the filesystem type is included, as in "boot
+  EFI\foo\bar.efi from 200 MiB ext3 volume".
+
+- Fixed a bug that caused the screen to clear after displaying an error
+  message but before displaying the "Hit any key to continue" message when
+  a boot loader launch failed.
+
+0.6.0 (12/16/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.