From 7a8bc8fd436f25f9eca73e452b6990c0d208b34b Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 2 Jun 2015 14:29:58 -0400 Subject: [PATCH] Bump version to 0.4 Signed-off-by: Peter Jones --- Make.version | 2 +- fwupdate.spec.in | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Make.version b/Make.version index 8bc4d73..f9d4d79 100644 --- a/Make.version +++ b/Make.version @@ -1 +1 @@ -VERSION = 0.3 +VERSION = 0.4 diff --git a/fwupdate.spec.in b/fwupdate.spec.in index 2f26b98..93da96c 100644 --- a/fwupdate.spec.in +++ b/fwupdate.spec.in @@ -94,5 +94,19 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so.* %changelog +* Tue Jun 02 2015 Peter Jones - 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 - 0.3-1 - Here we go again.