From b9a61a1ff24d8827244f79752ffdfd2db0b1593a Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Jun 13 2016 12:33:19 +0000 Subject: New upstream release --- diff --git a/.gitignore b/.gitignore index 12c13ff..5bc7772 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /fwupd-0.6.3.tar.xz /fwupd-0.7.0.tar.xz /fwupd-0.7.1.tar.xz +/fwupd-0.7.2.tar.xz diff --git a/fwupd.spec b/fwupd.spec index d6b7dc8..9de7b82 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -1,6 +1,6 @@ Summary: Firmware update daemon Name: fwupd -Version: 0.7.1 +Version: 0.7.2 Release: 1%{?dist} License: GPLv2+ URL: https://github.com/hughsie/fwupd @@ -144,6 +144,14 @@ make check VERBOSE=1 %{_libdir}/pkgconfig/dfu.pc %changelog +* Mon Jun 13 2016 Richard Hughes 0.7.2-1 +- New upstream release +- Allow devices to have multiple assigned GUIDs +- Allow metainfo files to match only specific revisions of devices +- Only claim the DFU interface when required +- Only return updatable devices from GetDevices() +- Show the DFU protocol version in 'dfu-tool list' + * Fri May 13 2016 Richard Hughes 0.7.1-1 - New upstream release - Add device-added, device-removed and device-changed signals diff --git a/sources b/sources index 88508fc..b88f3fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ab1cc7fa598a03091b6464cbccf2a2f2 fwupd-0.7.1.tar.xz +e5747d009b70d4e00cc55862e5a0bfe6 fwupd-0.7.2.tar.xz