From 7238533bd32ee8380b5bceb3d752b2032de3638f Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 10 Aug 2016 17:58:07 -0400 Subject: [PATCH] efibootmgr 13 - Add support for --sysprep and --driver to support UEFI System Prep Applications and UEFI Drivers. - use efivar's error reporting facility, and show error traces when "-v -v" is used. - Still yet better error codes returned on failures. - Add -m and -M to support Memory Address Range Mirroring. - Add efibootdump, to examine Boot* variables found in tarballs in bug reports and similar. - miscellaneous bugfixes. Signed-off-by: Peter Jones --- Make.version | 2 +- efibootmgr.spec.in | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Make.version b/Make.version index f56751b..a5b063c 100644 --- a/Make.version +++ b/Make.version @@ -1 +1 @@ -VERSION = 12 +VERSION = 13 diff --git a/efibootmgr.spec.in b/efibootmgr.spec.in index 0fc7908..f961e49 100644 --- a/efibootmgr.spec.in +++ b/efibootmgr.spec.in @@ -53,6 +53,18 @@ rm -rf %{buildroot} %doc README %changelog +* Wed Aug 17 2016 Peter Jones - 13-1 +- Update to efibootmgr 13 +- Add support for --sysprep and --driver to support UEFI System Prep + Applications and UEFI Drivers. +- use efivar's error reporting facility, and show error traces when + "-v -v" is used. +- Still yet better error codes returned on failures. +- Add -m and -M to support Memory Address Range Mirroring. +- Add efibootdump, to examine Boot* variables found in tarballs in bug + reports and similar. +- miscellaneous bugfixes. + * Thu May 28 2015 Peter Jones - 0.12-1 - Update to 0.12 - use libefiboot and libefivar to make device paths and load options