Skip to content

Commit

Permalink
efibootmgr 13
Browse files Browse the repository at this point in the history
- 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 <pjones@redhat.com>
  • Loading branch information
vathpela committed Aug 17, 2016
1 parent 0bb83cf commit 7238533
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Make.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = 12
VERSION = 13
12 changes: 12 additions & 0 deletions efibootmgr.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@ rm -rf %{buildroot}
%doc README

%changelog
* Wed Aug 17 2016 Peter Jones <pjones@redhat.com> - 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 <pjones@redhat.com> - 0.12-1
- Update to 0.12
- use libefiboot and libefivar to make device paths and load options
Expand Down

0 comments on commit 7238533

Please sign in to comment.