diff --git a/.gitignore b/.gitignore index 7f4fd91..12fd511 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /fwupd-0.7.2.tar.xz /fwupd-0.7.3.tar.xz /fwupd-0.7.4.tar.xz +/fwupd-0.7.5.tar.xz diff --git a/fwupd.spec b/fwupd.spec index 49873a8..5689f44 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -5,7 +5,7 @@ Summary: Firmware update daemon Name: fwupd -Version: 0.7.4 +Version: 0.7.5 Release: 1%{?dist} License: GPLv2+ URL: https://github.com/hughsie/fwupd @@ -203,6 +203,14 @@ make check VERBOSE=1 %{_libdir}/pkgconfig/ebitdo.pc %changelog +* Wed Oct 19 2016 Richard Hughes 0.7.5-1 +- New upstream release +- Add quirks for HydraBus as it does not have a DFU runtime +- Don't create the UEFI dummy device if the unlock will happen on next boot +- Fix an assert when unlocking the dummy ESRT device +- Fix writing firmware to devices using the ST reference bootloader +- Match the Dell TB16 device + * Mon Sep 19 2016 Richard Hughes 0.7.4-1 - New upstream release - Add a fallback for older appstream-glib releases diff --git a/sources b/sources index 5300efe..0be4d18 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a62b97723ac397430452eed4cb2b8cb5 fwupd-0.7.4.tar.xz +84ac859bdb83b2f8d7088fdec57a7013 fwupd-0.7.5.tar.xz