From: srs5694 Date: Sun, 1 Feb 2015 23:39:09 +0000 (-0500) Subject: Version 0.8.5 release. X-Git-Url: https://code.delx.au/refind/commitdiff_plain/899b647b89d57f623e69d3a890dbee84a7dfe451 Version 0.8.5 release. --- diff --git a/NEWS.txt b/NEWS.txt index 3d23137..f596f8f 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,8 +1,22 @@ -0.8.5 (??/??/2015): -------------------- +0.8.5 (2/1/2015): +----------------- + +- Added NTFS EFI filesystem driver. + +- Minor improvements to filesystem driver framework code. + +- Changes to + +- Fixed bug in Btrfs driver's address reference. - Improved install.sh to make it smarter about figuring out where to - install on Macs. + install on Macs. Specifically, this version now upgrades existing + installations, if found (as it always has under Linux), rather than + blindly install to EFI/BOOT; it installs to EFI/refind if not existing + installation is found; it installs using the --shortform option to bless, + which seems to eliminate the 30-second delay problem; and it can handle + an HFS+ ESP, which it treats as a separate HFS+ volume (as if the user + had used --ownhfs). These changes do not affect behavior under Linux. - Added missing check of architecture type for several tools. diff --git a/debian/changelog b/debian/changelog index 6a023aa..9ddecde 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +refind (0.8.5-0ppa1) UNRELEASED; urgency=medium + + * Version bump + + -- Roderick Smith Sun, 01 Feb 2015 17:44:19 -0500 + refind (0.8.4-0ppa1) trusty; urgency=medium * Version bump diff --git a/docs/refind/configfile.html b/docs/refind/configfile.html index 503a2d4..0a54c4e 100644 --- a/docs/refind/configfile.html +++ b/docs/refind/configfile.html @@ -15,7 +15,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Originally written: 3/14/2012; last Web page update: -12/8/2014, referencing rEFInd 0.8.4

+2/1/2014, referencing rEFInd 0.8.5

This Web page is provided free of charge and with no annoying outside ads; however, I did take time to prepare it, and Web hosting does cost money. If you find this Web page useful, please consider making a small donation to help keep this site up and running. Thanks!

diff --git a/docs/refind/drivers.html b/docs/refind/drivers.html index 3d76467..36e800f 100644 --- a/docs/refind/drivers.html +++ b/docs/refind/drivers.html @@ -15,7 +15,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Originally written: 4/19/2012; last Web page update: -12/8/2014, referencing rEFInd 0.8.4

+2/1/2014, referencing rEFInd 0.8.5

This Web page is provided free of charge and with no annoying outside ads; however, I did take time to prepare it, and Web hosting does cost money. If you find this Web page useful, please consider making a small donation to help keep this site up and running. Thanks!

@@ -269,7 +269,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

All of these drivers rely on filesystem wrapper code written by rEFIt's author, Christoph Phisterer.

- +

If you want to use one or more of these drivers, you can install them from the rEFInd binary package from the refind/drivers_arch directory, where arch is a CPU architecture code—x64 or ia32. The files are named after the filesystems they handle, such as ext4_x64.efi for the 64-bit ext4fs driver. You should copy the files for the filesystems you want to use to the drivers or drivers_arch subdirectory of the main rEFInd installation directory. (You may need to create this subdirectory.) Be careful to install drivers only for your own architecture. Attempting to load drivers for the wrong CPU type will cause a small delay at best, or may cause the computer to crash at worst. I've placed rEFInd's drivers in directories that are named to minimize this risk, but you should exercise care when copying driver files.

diff --git a/docs/refind/features.html b/docs/refind/features.html index 90029d2..03e4933 100644 --- a/docs/refind/features.html +++ b/docs/refind/features.html @@ -15,7 +15,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Originally written: 3/14/2012; last Web page update: -12/8/2014, referencing rEFInd 0.8.4

+2/1/2014, referencing rEFInd 0.8.5

This Web page is provided free of charge and with no annoying outside ads; however, I did take time to prepare it, and Web hosting does cost money. If you find this Web page useful, please consider making a small donation to help keep this site up and running. Thanks!

@@ -230,7 +230,7 @@ such as those with Gigabyte's Hybrid EFI, lack a usable CSM.
  • An "exit" option (disabled by default), so that you can return to whatever shell or boot manager you used to launch rEFInd, should this ability be desirable. (This feature first appeared in rEFInd 0.2.4.)
  • -
  • Drivers for ISO-9660, HFS+, ext4fs, and Btrfs, which are not included in rEFIt. (The ISO-9660 driver is based on code from the rEFIt project, but was never completed by its original author. It was completed by Oracle for VirtualBox. The ext4fs driver is derived from the rEFIt ext2fs driver, and the Btrfs driver is derived from the rEFIt and GRUB 2.0 driver code.)
  • +
  • Drivers for ISO-9660, NTFS, HFS+, ext4fs, and Btrfs, which are not included in rEFIt. The ISO-9660 driver is based on code from the rEFIt project, but was never completed by its original author. It was completed by Oracle for VirtualBox. The ext4fs driver is derived from the rEFIt ext2fs driver, and the Btrfs and NTFS drivers are derived from the rEFIt and GRUB 2.0 driver code.
  • Beginning with version 0.5.0, the ability to "talk" to the shim boot loader to validate binaries supported by shim or its machine owner key (MOK) list when booting with Secure Boot active.
  • diff --git a/docs/refind/getting.html b/docs/refind/getting.html index 636c457..ba882da 100644 --- a/docs/refind/getting.html +++ b/docs/refind/getting.html @@ -15,7 +15,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

    Originally written: 3/14/2012; last Web page update: -12/8/2014, referencing rEFInd 0.8.4

    +2/1/2014, referencing rEFInd 0.8.5

    This Web page is provided free of charge and with no annoying outside ads; however, I did take time to prepare it, and Web hosting does cost money. If you find this Web page useful, please consider making a small donation to help keep this site up and running. Thanks!

    @@ -136,7 +136,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com