X-Git-Url: https://code.delx.au/refind/blobdiff_plain/78f985eef930274b4363ae504b9f95e598c15ca4..65eb839a6d8d68a439056473a0d3728dfd39d2c4:/NEWS.txt diff --git a/NEWS.txt b/NEWS.txt index b133402..82cd1be 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,8 +1,22 @@ -0.3.6 (?/??/2012): +0.3.6 (5/20/2012): ------------------ -- Added new feature to eject CDs (and other removable media): Press F12 - to eject all such media. +- Inclusion of drivers for ISO-9660, HFS+, ReiserFS, and ext2fs. Most of + these drivers originated with rEFIt, although the HFS+ driver seems to + have come from Oracle's VirtualBox, with some files from Apple. I hadn't + included these drivers previously because the build process proved + challenging. As it is, they don't work on my Mac Mini, I suspect because + the build process with the UDK2010 development kit may not work with the + EFI 1.x that Apple uses. + +- Addition of support for drivers in the "drivers_{arch}" subdirectory of + the main rEFInd binary directory (e.g., "drivers_x64" or "drivers_ia32"). + Drivers may continue to be placed in the "drivers" subdirectory. + +- Added new feature to eject CDs (and other removable media): Press F12 to + eject all such media. This function works only on some Macs, though (it + relies on an Apple-specific EFI extension, and this extension isn't even + implemented on all Macs, much less on UEFI-based PCs). - Fixed a problem that could cause GRUB 2 to fail to read its configuration file when launched from rEFInd.