From 462e719eec6a0f7b8283e8e11ab25455112ffbac Mon Sep 17 00:00:00 2001 From: srs5694 Date: Tue, 6 Nov 2012 22:54:12 -0500 Subject: [PATCH] Version 0.4.7 release --- CREDITS.txt | 7 +++++++ NEWS.txt | 4 +++- docs/refind/bootmode.html | 2 +- docs/refind/configfile.html | 2 +- docs/refind/drivers.html | 2 +- docs/refind/features.html | 4 +++- docs/refind/getting.html | 12 ++++++------ docs/refind/index.html | 2 +- docs/refind/installing.html | 6 +++--- docs/refind/linux.html | 2 +- docs/refind/revisions.html | 4 +++- docs/refind/themes.html | 2 +- docs/refind/todo.html | 10 +++++++++- docs/refind/using.html | 4 ++-- refind.conf-sample | 11 ----------- refind/main.c | 2 +- refind/screen.c | 4 +++- 17 files changed, 46 insertions(+), 34 deletions(-) diff --git a/CREDITS.txt b/CREDITS.txt index 415a337..b4b157b 100644 --- a/CREDITS.txt +++ b/CREDITS.txt @@ -37,8 +37,15 @@ I've incorporated into the current version. Specifically: * The Arch Linux icon was created by ~IDRGSKYWALKER on Deviant Art (http://idrgskywalker.deviantart.com/art/Arch-Linux-Logo-186211022). +* The gummiboot icon is taken from the gummiboot Web page + (http://freedesktop.org/wiki/Software/gummiboot) and scaled down + slightly. + * Dave Vasilevsky (dave@vasilevsky.ca) contributed the disk-ejection code. * John Bressler (jrb1327@gmail.com) contributed the code to boot BIOS-based OSes on UEFI-based PCs. + +* The code for editing boot options (cursor_left(), cursor_right(), and + line_edit() in screen.c) is taken from gummiboot. diff --git a/NEWS.txt b/NEWS.txt index c6b4c01..2c6a92c 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,6 +1,8 @@ -0.4.7 (??/?/2012): +0.4.7 (11/6/2012): ------------------ +- Added an icon for gummiboot. + - Added a boot option editor: Pressing the Insert or F2 key from a boot tag's options menu opens a simple text-mode line editor on which the boot options may be edited for a one-time boot with altered options. diff --git a/docs/refind/bootmode.html b/docs/refind/bootmode.html index edba082..bcbc2be 100644 --- a/docs/refind/bootmode.html +++ b/docs/refind/bootmode.html @@ -15,7 +15,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Originally written: 3/14/2012; last Web page update: -10/6/2012, referencing rEFInd 0.4.6

+10/7/2012, referencing rEFInd 0.4.7

I'm a technical writer and consultant specializing in Linux technologies. 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/configfile.html b/docs/refind/configfile.html index e512a12..e588c14 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: -10/6/2012, referencing rEFInd 0.4.6

+11/6/2012, referencing rEFInd 0.4.7

I'm a technical writer and consultant specializing in Linux technologies. 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 b61b7c7..dc33d56 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: -10/6/2012, referencing rEFInd 0.4.6

+11/6/2012, referencing rEFInd 0.4.7

I'm a technical writer and consultant specializing in Linux technologies. 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/features.html b/docs/refind/features.html index 6fd8ecf..5acec24 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: -10/6/2012, referencing rEFInd 0.4.6

+11/6/2012, referencing rEFInd 0.4.7

I'm a technical writer and consultant specializing in Linux technologies. 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!

@@ -139,6 +139,8 @@ lack a usable CSM.
  • The ability to fine-tune options passed to EFI boot loaders, via manual configuration.
  • +
  • An option editor to enable you to edit the options passed to an EFI boot loader on a per-boot basis.
  • +
  • The ability to specify additional directories to scan for boot loaders and drivers (as of version 0.2.7).
  • The ability to specify directories to not be scanned for boot loaders, even if they would ordinarily be scanned (as of version 0.4.2).
  • diff --git a/docs/refind/getting.html b/docs/refind/getting.html index a027e46..af4a5af 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: -10/6/2012, referencing rEFInd 0.4.6

    +11/6/2012, referencing rEFInd 0.4.7

    I'm a technical writer and consultant specializing in Linux technologies. 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!

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