Skip to content

Releases: rhboot/efivar

efivar 0.14

09 Oct 02:13
Compare
Choose a tag to compare
  • Add some vendor specific guids to our guid list
  • Add efi_id_guid_to_name() and efi_name_to_id_guid(), which support {ID GUID} as a concept a la http://technet.microsoft.com/en-us/library/cc766223%28v=ws.10%29.aspx
  • Call "empty" "zero" now, as many other places do. (empty references still exist for ABI compatibility)
  • add "efivar -L" to the man page

efivar 0.13

07 Oct 18:28
0.13
Compare
Choose a tag to compare

New stuff:

  • efi_symbol_to_guid()
  • efi_name_to_guid() will fall back on efi_symbol_to_guid()
  • "efivar -L" to list all the guids we know about
  • better namespacing on libefivar.so (rename well_known_* -> efi_well_known_*)

efivar 0.12

25 Sep 13:53
0.12
Compare
Choose a tag to compare

efivar 0.12!

New in this release:
efi_chmod_variable(guid, name, mode) (not subject to umask).
efi_set_variable() now optionally takes a final mode parameter as well (subject to umask).
efi_guid_to_str() optionally uses pre-existing allocations.

efivar 0.11

20 Aug 20:26
Compare
Choose a tag to compare
Bump version to 0.11

That's right, this tiny release is 0.11!

Signed-off-by: Peter Jones <pjones@redhat.com>