From ddf4d9b9c4ec448514742816534787de1c07879c Mon Sep 17 00:00:00 2001 From: srs5694 Date: Sat, 4 Mar 2017 18:43:12 -0500 Subject: [PATCH 1/1] Version 0.10.5 release. --- Makefile | 2 +- NEWS.txt | 4 +-- debian/changelog | 6 ++++ docs/man/mkrlconf.8 | 2 +- docs/man/mvrefind.8 | 2 +- docs/man/refind-install.8 | 2 +- docs/man/refind-mkdefault.8 | 2 +- docs/refind/bootcoup.html | 4 +-- docs/refind/bootmode.html | 4 +-- docs/refind/configfile.html | 4 +-- docs/refind/drivers.html | 4 +-- docs/refind/features.html | 4 +-- docs/refind/getting.html | 20 +++++------ docs/refind/index.html | 2 +- docs/refind/installing.html | 4 +-- docs/refind/linux.html | 71 ++++++++++++++++++++++++++----------- docs/refind/revisions.html | 51 ++++++++++++++++++++++++-- docs/refind/secureboot.html | 4 +-- docs/refind/sip.html | 4 +-- docs/refind/themes.html | 12 ++----- docs/refind/todo.html | 2 +- docs/refind/using.html | 4 +-- filesystems/fsw_efi.c | 2 +- refind-install | 2 +- refind.spec | 2 +- refind/mystrings.c | 7 +++- 26 files changed, 154 insertions(+), 73 deletions(-) diff --git a/Makefile b/Makefile index 34fe461..85b0eea 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ MOK_DIR=mok GPTSYNC_DIR=gptsync EFILIB_DIR=EfiLib export EDK2BASE=/usr/local/UDK2014/MyWorkSpace -export REFIND_VERSION='L"0.10.4.4"' +export REFIND_VERSION='L"0.10.5"' # The "all" target builds with the TianoCore library if possible, but falls # back on the more easily-installed GNU-EFI library if TianoCore isn't diff --git a/NEWS.txt b/NEWS.txt index 13f18d5..dd77964 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,5 +1,5 @@ -0.10.5 (??/??/2017): --------------------- +0.10.5 (3/4/2017): +------------------ - Two improvements to initrd detection for Linux kernels: - If multiple initrd files match the kernel's version number, the file diff --git a/debian/changelog b/debian/changelog index 4f099ef..0a41e99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +refind (0.10.5-0ppa1) xenial; urgency=medium + + * Version bump + + -- Roderick Smith Sat, 04 Mar 2017 18:18:50 -0500 + refind (0.10.4.2-0ppa1) xenial; urgency=medium * Version bump diff --git a/docs/man/mkrlconf.8 b/docs/man/mkrlconf.8 index 3755a4f..3984613 100644 --- a/docs/man/mkrlconf.8 +++ b/docs/man/mkrlconf.8 @@ -1,7 +1,7 @@ .\" Copyright 2015-2016 Roderick W. Smith (rodsmith@rodsbooks.com) .\" May be distributed under the GNU Free Documentation License version 1.3 or any later version -.TH "MKRLCONF" "8" "0.10.4" "Roderick W. Smith" "rEFInd Manual" +.TH "MKRLCONF" "8" "0.10.5" "Roderick W. Smith" "rEFInd Manual" .SH "NAME" mkrlconf \- Create a Linux kernel configuration file for rEFInd .SH "SYNOPSIS" diff --git a/docs/man/mvrefind.8 b/docs/man/mvrefind.8 index a45b23e..097798f 100644 --- a/docs/man/mvrefind.8 +++ b/docs/man/mvrefind.8 @@ -1,7 +1,7 @@ .\" Copyright 2015-2016 Roderick W. Smith (rodsmith@rodsbooks.com) .\" May be distributed under the GNU Free Documentation License version 1.3 or any later version -.TH "MVREFIND" "8" "0.10.4" "Roderick W. Smith" "rEFInd Manual" +.TH "MVREFIND" "8" "0.10.5" "Roderick W. Smith" "rEFInd Manual" .SH "NAME" mvrefind \- Move a rEFInd installation from one location to another .SH "SYNOPSIS" diff --git a/docs/man/refind-install.8 b/docs/man/refind-install.8 index d479e29..23dcff3 100644 --- a/docs/man/refind-install.8 +++ b/docs/man/refind-install.8 @@ -1,7 +1,7 @@ .\" Copyright 2015-2016 Roderick W. Smith (rodsmith@rodsbooks.com) .\" May be distributed under the GNU Free Documentation License version 1.3 or any later version -.TH "REFIND-INSTALL" "8" "0.10.4" "Roderick W. Smith" "rEFInd Manual" +.TH "REFIND-INSTALL" "8" "0.10.5" "Roderick W. Smith" "rEFInd Manual" .SH "NAME" refind-install \- Install rEFInd to the ESP and create an NVRAM entry .SH "SYNOPSIS" diff --git a/docs/man/refind-mkdefault.8 b/docs/man/refind-mkdefault.8 index 7006a2f..4633864 100644 --- a/docs/man/refind-mkdefault.8 +++ b/docs/man/refind-mkdefault.8 @@ -1,7 +1,7 @@ .\" Copyright 2016 Roderick W. Smith (rodsmith@rodsbooks.com) .\" May be distributed under the GNU Free Documentation License version 1.3 or any later version -.TH "REFIND-MKDEFAULT" "8" "0.10.4" "Roderick W. Smith" "rEFInd Manual" +.TH "REFIND-MKDEFAULT" "8" "0.10.5" "Roderick W. Smith" "rEFInd Manual" .SH "NAME" refind-mkdefault \- Set rEFInd as the default EFI boot option .SH "SYNOPSIS" diff --git a/docs/refind/bootcoup.html b/docs/refind/bootcoup.html index fd3b591..e0b9886 100644 --- a/docs/refind/bootcoup.html +++ b/docs/refind/bootcoup.html @@ -16,7 +16,7 @@

by Roderick W. Smith, rodsmith@rodsbooks.com

-

Originally written: 10/9/2016, referencing rEFInd 0.10.4

+

Originally written: 3/4/2017, referencing rEFInd 0.10.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!

@@ -567,7 +567,7 @@ Boot0085* ubuntu
-

copyright © 2016 by Roderick W. Smith

+

copyright © 2016–2017 by Roderick W. Smith

This document is licensed under the terms of the GNU Free Documentation License (FDL), version 1.3.

diff --git a/docs/refind/bootmode.html b/docs/refind/bootmode.html index cc10660..b28b296 100644 --- a/docs/refind/bootmode.html +++ b/docs/refind/bootmode.html @@ -17,7 +17,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Originally written: 3/14/2012; last Web page update: -10/29/2016, referencing rEFInd 0.10.4

+3/4/2017, referencing rEFInd 0.10.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!

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


-

copyright © 2012–2016 by Roderick W. Smith

+

copyright © 2012–2017 by Roderick W. Smith

This document is licensed under the terms of the GNU Free Documentation License (FDL), version 1.3.

diff --git a/docs/refind/configfile.html b/docs/refind/configfile.html index 726051a..8240d46 100644 --- a/docs/refind/configfile.html +++ b/docs/refind/configfile.html @@ -17,7 +17,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Originally written: 3/14/2012; last Web page update: -10/9/2016, referencing rEFInd 0.10.4

+3/4/2017, referencing rEFInd 0.10.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!

@@ -661,7 +661,7 @@ menuentry Arch {
-

copyright © 2012–2016 by Roderick W. Smith

+

copyright © 2012–2017 by Roderick W. Smith

This document is licensed under the terms of the GNU Free Documentation License (FDL), version 1.3.

diff --git a/docs/refind/drivers.html b/docs/refind/drivers.html index d145a13..5fb8a72 100644 --- a/docs/refind/drivers.html +++ b/docs/refind/drivers.html @@ -17,7 +17,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Originally written: 4/19/2012; last Web page update: -10/9/2016, referencing rEFInd 0.10.4

+3/4/2017, referencing rEFInd 0.10.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!

@@ -401,7 +401,7 @@ controller card.


-

copyright © 2012–2016 by Roderick W. Smith

+

copyright © 2012–2017 by Roderick W. Smith

This document is licensed under the terms of the GNU Free Documentation License (FDL), version 1.3.

diff --git a/docs/refind/features.html b/docs/refind/features.html index eddb5fe..7b75819 100644 --- a/docs/refind/features.html +++ b/docs/refind/features.html @@ -17,7 +17,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Originally written: 3/14/2012; last Web page update: -10/9/2016, referencing rEFInd 0.10.4

+3/4/2017, referencing rEFInd 0.10.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!

@@ -254,7 +254,7 @@ such as those with Gigabyte's Hybrid EFI, lack a usable CSM.
-

copyright © 2012–2016 by Roderick W. Smith

+

copyright © 2012–2017 by Roderick W. Smith

This document is licensed under the terms of the GNU Free Documentation License (FDL), version 1.3.

diff --git a/docs/refind/getting.html b/docs/refind/getting.html index 2538d18..b83ea41 100644 --- a/docs/refind/getting.html +++ b/docs/refind/getting.html @@ -17,7 +17,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Originally written: 3/14/2012; last Web page update: -10/9/2016, referencing rEFInd 0.10.4

+3/4/2017, referencing rEFInd 0.10.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!

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