X-Git-Url: https://code.delx.au/refind/blobdiff_plain/e8d54384d2b49983ba17471527db797159bfede4..e63c2d65be451323f51c85910d1e125deb1ad1ea:/NEWS.txt diff --git a/NEWS.txt b/NEWS.txt index 74a3133..d1a373a 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,6 +1,37 @@ -0.9.3 (??/??/2015): +0.10.1 (??/??/201?): +-------------------- + +- Updated LodePNG to latest version (20151024). + +- Fixed bugs in mkrlconf and in refind-install that could cause some kernel + options to be excluded from refind_linux.conf. There were two trouble + conditions: + - Previously, these scripts assumed that the first option in + /proc/cmdline was the kernel's filename, but this isn't always the + case. (In particular, when gummiboot launches the kernel, this is not + true. It might be an incorrect assumption in some other cases, too.) + The fix involves checking for likely signs of a kernel filename before + discarding this first option. + - These scripts cut the "initrd=*" option from /proc/cmdline, but the + call to "sed" was overzealous and cut until the end of input. This + usually worked, since the initrd= option was usually last on the line; + but if it wasn't, any options following initrd= would be lost. + +- 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