]> code.delx.au - refind/blobdiff - NEWS.txt
Added "kernel*" as Linux kernel matching string, since Gentoo uses
[refind] / NEWS.txt
index 827ab964dd6d36e591146cb0db0e76f8f282cc42..8ca9348146d2d254edf75446990b28fbc6e993d9 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,6 +1,35 @@
-0.9.3 (??/??/2015):
+0.10.1 (??/??/201?):
+--------------------
+
+- Added "kernel*" as a matching pattern for Linux kernels, since this is
+  what Gentoo uses by default.
+
+- The refind-install script can now be run as a symbolic link in Linux.
+  This enables creating a /usr/sbin/refind-install link in Linux packages,
+  with the binaries stashed wherever the package system likes them. This
+  feature does NOT work in OS X, but there's relatively little need for it
+  there.
+
+0.10.0 (11/8/2015):
 -------------------
 
+- Fixed bug that caused refind-install to not unmount the ESP when it
+  should under OS X.
+
+- Modified refind-install and mkrlconf scripts to use /proc/cmdline as
+  source for default boot options EXCEPT when refind-install receives the
+  --root option. In that case, refind-install continues to use
+  /etc/default/grub as the source of default options. The idea behind this
+  change is that it's more reliable to get boot options from /proc/cmdline
+  when the targeted system is the one that's booted; but --root would be
+  used from emergency disks or live CDs, in which case the current boot
+  options would be completely wrong, so extracting boot options from GRUB
+  files is the best bet for getting close to the right options.
+
+- Added "@/boot" to default also_scan_dirs setting. This makes kernels
+  show up on Btrfs volumes under Ubuntu (and perhaps others), at least when
+  the Btrfs driver is loaded.
+
 - Added new System Integrity Protection (SIP) rotation feature for Macs
   running OS X 10.11 or later. This feature is disabled by default, except
   on CD-R and USB flash drive images, on which it's enabled. To enable it,