Releases: rhboot/efivar
Releases · rhboot/efivar
efivar 0.14
- 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
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
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
Bump version to 0.11 That's right, this tiny release is 0.11! Signed-off-by: Peter Jones <[email protected]>