X-Git-Url: https://code.delx.au/refind/blobdiff_plain/278bed1cfa0a2bc31db18617cad24170014c05b3..ddf4d9b9c4ec448514742816534787de1c07879c:/NEWS.txt diff --git a/NEWS.txt b/NEWS.txt index 58c4f47..dd77964 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,5 +1,19 @@ -0.10.5 (??/??/2017): --------------------- +0.10.5 (3/4/2017): +------------------ + +- Two improvements to initrd detection for Linux kernels: + - If multiple initrd files match the kernel's version number, the file + with more matching characters after the version number is used, rather + than the first initrd file found. + - The "%v" string, if present in the refind_linux.conf file's second + field, will be replaced by the kernel version number. Thus, you can + specify options like: + "Boot with standard initrd" "ro root=/dev/sda2 initrd=initrd-%v-std" + "Boot with debug initrd" "ro root=/dev/sda2 initrd=initrd-%v-debug" + This enables using multiple initrd files per kernel, to be used for + different purposes. + +- Minor code optimization. - Add new key mappings: Backspace (Delete on Mac keyboards) works the same as Esc, and Tab works the same as F2/Insert/+. This is done for the