-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Peter Jones <[email protected]>
- Loading branch information
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
TOPDIR = $(shell echo $$PWD) | ||
|
||
SUBDIRS := src docs | ||
VERSION := 0.14 | ||
VERSION := 0.15 | ||
|
||
all : $(SUBDIRS) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: efivar | ||
Version: 0.14 | ||
Version: 0.15 | ||
Release: 1%{?dist} | ||
Summary: Tools to manage UEFI variables | ||
License: LGPLv2.1 | ||
|
@@ -66,6 +66,10 @@ rm -rf $RPM_BUILD_ROOT | |
%{_libdir}/*.so.* | ||
|
||
%changelog | ||
* Wed Oct 15 2014 Peter Jones <[email protected]> - 0.15-1 | ||
- Update to 0.15 | ||
- Make 32-bit builds set variables' DataSize correctly. | ||
|
||
* Wed Oct 08 2014 Peter Jones <[email protected]> - 0.14-1 | ||
- Update to 0.14 | ||
- add efi_id_guid_to_guid() and efi_guid_to_id_guid() | ||
|