X-Git-Url: https://code.delx.au/refind/blobdiff_plain/4c9f41e161bd197922912efbcf4cc676077d5c00..7c898f4a26b66344e4cc8ed5c2e272d5ea0a71dc:/NEWS.txt diff --git a/NEWS.txt b/NEWS.txt index 254a9b7..036f1cd 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,4 +1,26 @@ -0.4.3 (?/??/2012): +0.4.5 (8/12/2012): +------------------ + +- Fixed bug that caused a failure to boot BIOS-based OSes on Macs. + +- Fixed bug in install.sh that caused it to fail to detect rEFItBlesser. + +0.4.4 (6/23/2012): +------------------ + +- Fixed bug that caused filesystem labels to be corrupted by rEFInd on + 32-bit systems. + +- Fixed bug that caused filesystem labels to be truncated in the drivers + on 32-bit systems. + +- Fixed bug in use_graphics_for option parsing that caused most options + to set graphics mode for OS X and/or Linux but not other boot + loaders/OSes. + +- Tweaked install script to better isolate the ESP under OS X. + +0.4.3 (6/21/2012): ------------------ - rEFInd now supports compilation using the TianoCore UDK2010/EDK2 @@ -9,6 +31,14 @@ systems, since the boot loader that rEFInd launches is likely to set graphics or text mode itself.) +- Graphics-mode booting now clears the screen to the current rEFInd + background color (rather than black) and does NOT display boot messages. + The intent is for a smoother transition when booting OS X, or perhaps + other OSes that don't display boot loader messages. In practice, this + effect will be tiny for many OSes, since the boot loader generally clears + the screen within a fraction of a second of being launched; but the + "flicker" of a rEFInd message in that time can sometimes be distracting. + - Filesystem drivers now work on EFI 1.x systems, such as Macs. - Removed "linux.conf" as a valid alternative name for "refind_linux.conf"