Update to 0.14

- add efi_id_guid_to_guid() and efi_guid_to_id_guid(), which support {ID GUID}
  as a concept.
- Add some vendor specific guids to our guid list.
- Call "empty" "zero" now, as many other places do.  References to
  efi_guid_is_empty() and efi_guid_empty still exist for ABI compatibility.
- add "efivar -L" to the man page.

Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
Peter Jones 2014-10-08 22:16:56 -04:00
parent 27ee51dc99
commit d3da480802
2 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: efivar
Version: 0.13
Version: 0.14
Release: 1%{?dist}
Summary: Tools to manage UEFI variables
License: LGPLv2.1
@ -65,6 +65,15 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.so.*
%changelog
* Wed Oct 08 2014 Peter Jones <pjones@redhat.com> - 0.14-1
- Update to 0.14
- add efi_id_guid_to_guid() and efi_guid_to_id_guid(), which support {ID GUID}
as a concept.
- Add some vendor specific guids to our guid list.
- Call "empty" "zero" now, as many other places do. References to
efi_guid_is_empty() and efi_guid_empty still exist for ABI compatibility.
- add "efivar -L" to the man page.
* Tue Oct 07 2014 Peter Jones <pjones@redhat.com> - 0.13-1
- Update to 0.13:
- add efi_symbol_to_guid()

View File

@ -1 +1 @@
3e4f593014eae9805719563c007bfd0d efivar-0.13.tar.bz2
601681fcaef8a4778e567f11eb905fd1 efivar-0.14.tar.bz2