efivar/efivar.changes
Marcus Meissner d3a56e9131 Accepting request 252438 from home:gary_lin:UEFI
The newer efibootmgr needs libefivar to access the EFI variables.
I packaged efivar so we can upgrade efibootmgr later.

OBS-URL: https://build.opensuse.org/request/show/252438
OBS-URL: https://build.opensuse.org/package/show/Base:System/efivar?expand=0&rev=1
2014-10-01 07:20:23 +00:00

28 lines
1.0 KiB
Plaintext

-------------------------------------------------------------------
Fri Sep 26 04:06:57 UTC 2014 - glin@suse.com
- Update to 0.12
+ Make efi_guid_to_str() only optionally allocate.
+ Add ", mode" optionally to efi_set_variable()
+ Fix some return values that don't properly set errno.
+ Make "wrong size" test more verbose
+ Excise read_fd() since we've got read_file(), plus cleanups.
+ Remove variables we've failed to create.
+ Only open with O_CREAT if we're not using
EFI_VARIABLE_APPEND_WRITE
+ Fix poptReadDefaultConfig() error checking
+ Get rid of ftruncate() call in efivarfs writes.
+ If the real file size of an efivarfs file is smaller than stat,
get it right.
+ Fix uninitialized variables
+ Remove effectively dead code from text_to_guid()
+ Remove unnecessary explicit definitions or overrides of make
variables
- refresh efivar-suse-build.patch
-------------------------------------------------------------------
Mon Nov 4 08:05:05 UTC 2013 - glin@suse.com
- Initial import 0.7