From 05d641020fe8cea57fa41b9e19459727a463d0c0 Mon Sep 17 00:00:00 2001 From: srs5694 Date: Wed, 16 Jan 2013 21:12:49 -0500 Subject: [PATCH] Version 0.6.5 release. --- CREDITS.txt | 2 ++ NEWS.txt | 2 +- docs/refind/bootmode.html | 2 +- docs/refind/configfile.html | 4 +-- docs/refind/drivers.html | 2 +- docs/refind/features.html | 6 +++- docs/refind/getting.html | 23 ++++++++----- docs/refind/index.html | 2 +- docs/refind/installing.html | 8 ++--- docs/refind/linux.html | 2 +- docs/refind/revisions.html | 4 ++- docs/refind/secureboot.html | 8 ++--- docs/refind/themes.html | 12 +++++-- docs/refind/todo.html | 27 +++++---------- docs/refind/using.html | 2 +- filesystems/fsw_efi.c | 2 +- keys/README.txt | 4 ++- libeg/image.c | 65 ++++++++++++++----------------------- libeg/libeg.h | 1 - libeg/load_bmp.c | 8 ++--- libeg/lodepng.c | 10 +++++- libeg/screen.c | 10 ------ libeg/text.c | 6 ---- refind.conf-sample | 12 +++---- refind.spec | 9 +++-- refind/main.c | 2 +- refind/menu.c | 49 ++++++++++++++-------------- 27 files changed, 133 insertions(+), 151 deletions(-) diff --git a/CREDITS.txt b/CREDITS.txt index 2870038..095428a 100644 --- a/CREDITS.txt +++ b/CREDITS.txt @@ -84,3 +84,5 @@ Icons and graphics: * The Fatdog Linux icon was created by the Fatdog developers (see http://distro.ibiblio.org/fatdog/web/ for the Fatdog project). +* The ALT Linux icon was donated by the ALT Linux developers (see + http://www.altlinux.com). diff --git a/NEWS.txt b/NEWS.txt index d8b20a1..cc1773d 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,4 +1,4 @@ -0.6.5 (1/??/2013): +0.6.5 (1/16/2013): ------------------ - Improved text color support: rEFInd now uses black text against light diff --git a/docs/refind/bootmode.html b/docs/refind/bootmode.html index 74e1471..09441d6 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/2013; last Web page update: -1/8/2012, referencing rEFInd 0.6.4

+1/16/2012, referencing rEFInd 0.6.5

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 077ad32..49c2ed6 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: -1/8/2013, referencing rEFInd 0.6.4

+1/16/2013, referencing rEFInd 0.6.5

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!

@@ -186,7 +186,7 @@ timeout 20 banner filename - Specifies a custom banner file to replaced the rEFInd banner image. The file should be a BMP image with a color depth of 24, 8, 4, or 1 bits. The file path is relative to the directory where the rEFInd binary is stored. + Specifies a custom banner file to replace the rEFInd banner image. The file should be a BMP or PNG image with a color depth of 24, 8, 4, or 1 bits. The file path is relative to the directory where the rEFInd binary is stored. selection_big diff --git a/docs/refind/drivers.html b/docs/refind/drivers.html index 1e1dff1..ffb532e 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: -1/8/2013, referencing rEFInd 0.6.4

+1/16/2013, referencing rEFInd 0.6.5

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 d1cb4d7..a0ffa72 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: -1/8/2013, referencing rEFInd 0.6.4

+1/16/2013, referencing rEFInd 0.6.5

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!

@@ -151,6 +151,10 @@ lack a usable CSM.
  • The ability to specify an additional icon storage directory, to assist in efforts to customize rEFInd's appearance (as of version 0.3.4).
  • +
  • Support for icons, selection backgrounds, and banner graphics in PNG format, in addition to the ICNS and BMP formats supported by rEFIt.
  • + +
  • Support for full-screen banner images.
  • +
  • The ability to set the screen's graphics resolution, within limits imposed by the EFI (as of rEFInd 0.3.0). Similarly, as of version 0.6.0, you can specify the text-mode resolution.
  • Proper handling of more OS options than can fit on the screen. (rEFIt displays an empty list in graphical mode when it detects too many OSes.)
  • diff --git a/docs/refind/getting.html b/docs/refind/getting.html index 0868692..4ad26b0 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: -1/8/2013, referencing rEFInd 0.6.4

    +1/16/2013, referencing rEFInd 0.6.5

    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