-
Notifications
You must be signed in to change notification settings - Fork 47
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
15 additions
and
1 deletion.
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 +1 @@ | ||
VERSION = 0.3 | ||
VERSION = 0.4 |
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 |
---|---|---|
|
@@ -94,5 +94,19 @@ rm -rf $RPM_BUILD_ROOT | |
%{_libdir}/*.so.* | ||
|
||
%changelog | ||
* Tue Jun 02 2015 Peter Jones <[email protected]> - 0.4-1 | ||
- Update to 0.4 | ||
- Set DESTDIR so it's more consistently respected | ||
- Always use upper case for Boot#### names. | ||
- Create abbreviated device paths for our BootNext entry. | ||
- Make subdir Makefiles get the version right. | ||
- Fix ucs2len() to handle max=-1 correctly. | ||
- Compare the right blobs when we're searching old boot entries. | ||
- Fix .efi generation on non-x86 platforms. | ||
- Use a relative path for fwupdate.efi when launched from shim. | ||
- Show fewer debugging messages. | ||
- Set BootNext when we find an old Boot#### variable as well. | ||
- Add fwup_get_fw_type(). | ||
|
||
* Thu May 28 2015 Peter Jones <[email protected]> - 0.3-1 | ||
- Here we go again. |