X-Git-Url: https://code.delx.au/refind/blobdiff_plain/3dd83b854add24b49f7ae8db532e9c4934f2a7f9..26d86fa4b6c17ae9d5afce77e18909d10ba19d90:/NEWS.txt diff --git a/NEWS.txt b/NEWS.txt index ba6e17d..52c57d8 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,6 +1,18 @@ -0.7.7 (??/??/201?): +0.7.7 (12/??/2013): ------------------- +- Added support for specifying the configuration file at program launch, + via the "-c" parameter, as in "refind_x64.efi -c foo.conf" to use the + foo.conf file as the main configuration file. + +- Scans of ext2/3/4fs and ReiserFS partitions now omit partitions with + duplicate filesystem UUIDs. These are likely parts of RAID arrays and so + would have the same boot loaders or kernels as the first one with a given + UUID. + +- Added feature in install.sh: Script now tries to locate and mount an ESP + in Linux, if it's currently unmounted. + - Fixed bug in mkrlconf.sh and install.sh that caused a stray line break and PARTUUID= specification to appear in generated refind_linux.conf file under some circumstances.