2015-06-24 10:10:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 24 09:58:16 UTC 2015 - glin@suse.com
|
|
|
|
|
|
|
|
- Add efivar-fix-vars_del_variable.patch to fix the deletion of
|
|
|
|
the variable with the old efivar kernel modules
|
|
|
|
|
2015-06-16 07:45:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 16 07:30:20 UTC 2015 - glin@suse.com
|
|
|
|
|
2015-06-16 08:27:48 +00:00
|
|
|
- Add efivar-revert-linker-order.patch to adjust the linker order
|
2015-06-16 07:45:11 +00:00
|
|
|
which caused the compilation error in pesign
|
|
|
|
|
2015-06-12 01:46:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 11 06:59:41 UTC 2015 - mpluskal@suse.com
|
|
|
|
|
|
|
|
- Use default CFLAGS
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 3 07:46:58 UTC 2015 - mpluskal@suse.com
|
|
|
|
|
|
|
|
- Update to 0.20
|
|
|
|
* Make sure tester is build with the right link order for
|
|
|
|
libraries.
|
|
|
|
* Adjust linker order for pkg-config
|
|
|
|
* Work around LocateDevicePath() not grokking PcieRoot() devices
|
|
|
|
properly.
|
|
|
|
* Rectify some missing changelog entries
|
|
|
|
- Changes for 0.19
|
|
|
|
* Lots of debugging in this release, as well as some of the
|
|
|
|
documentation that's planned. There's more of that to come.
|
|
|
|
- Changes for 0.18
|
|
|
|
* This release is mostly about adding the efidp and libefiboot
|
|
|
|
APIs available.Next release will feature documentation for
|
|
|
|
them, verification that various different device path types
|
|
|
|
work, etc. Right now efi device path generation is basically
|
|
|
|
limited to:
|
|
|
|
+ full file paths on sata devices
|
|
|
|
+ full file paths on sas devices
|
|
|
|
+ HD() paths for SATA and SAS devices
|
|
|
|
+ ipv4 dhcp device paths that don't specify their own
|
|
|
|
filenames
|
|
|
|
- Drop upstreamed patche
|
|
|
|
* efivar-correct-license-header.patch
|
|
|
|
- Drop as Makefiles have been restructured, CFLAGS no longer
|
|
|
|
defined in them
|
|
|
|
* efivar-suse-build.patch
|
|
|
|
- Use fdupes to reduce amount of duplicate files
|
|
|
|
|
2014-11-07 08:07:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 7 02:20:06 UTC 2014 - glin@suse.com
|
|
|
|
|
|
|
|
- Add efivar-correct-license-header.patch to correct the license of
|
|
|
|
util.h
|
|
|
|
- Amend the spec file with spec-cleaner
|
|
|
|
|
2014-10-01 07:20:23 +00:00
|
|
|
-------------------------------------------------------------------
|
2014-10-31 10:20:55 +00:00
|
|
|
Wed Oct 29 04:00:49 UTC 2014 - glin@suse.com
|
|
|
|
|
|
|
|
- Update to 0.15
|
|
|
|
+ Make FSF addresses in COPYING be URLS
|
|
|
|
+ Fix variables' DataSize field on 32-bit machines.
|
|
|
|
+ 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
|
|
|
|
+ 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_*)
|
|
|
|
- Refresh efivar-suse-build.patch
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2014-10-01 07:20:23 +00:00
|
|
|
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
|
|
|
|
|