Skip to content

Commit

Permalink
Bump version to 0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jones <[email protected]>
  • Loading branch information
vathpela committed Jun 2, 2015
1 parent a8fcea3 commit 7a8bc8f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Make.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = 0.3
VERSION = 0.4
14 changes: 14 additions & 0 deletions fwupdate.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 7a8bc8f

Please sign in to comment.