Commit Graph

9657 Commits

Author SHA1 Message Date
Mario Limonciello
cc3bf83952 Revert polkit ITS adding patch, it's been added to polkit 0.105-17 in Debian 2017-05-25 09:53:47 -05:00
Mario Limonciello
966b083e22 Make systemd dependency at least version 231
systemd 231 renamed ReadWriteDirectories to ReadWritePaths.
FW updates will fail for difficult to debug reasons if using an older
and the current unit.
2017-05-25 09:50:48 -05:00
Mario Limonciello
3af6293267 Add 0.6.13 as libappstream-glib minimum version 2017-05-24 15:45:56 -05:00
Chris Mayo
584921f16c Increase minimum required AppStream-Glib version to 0.6.13
Adds regex command used for comparing firmware versions.
2017-05-24 20:13:00 +01:00
Mario Limonciello
4d3ae55e19 update changelog 2017-05-24 08:20:53 -05:00
Mario Limonciello
b4f992a5e5 update changelog 2017-05-24 08:07:46 -05:00
Mario Limonciello
3d9b8b1506 Drop fix man page location patch (upstream) 2017-05-24 08:06:23 -05:00
Mario Limonciello
45541e0889 Release fwupd 0.9.2
-----BEGIN PGP SIGNATURE-----
 
 iQEcBAABAgAGBQJZIy/fAAoJEBesuo36lw4XAc4H/R3b/6Nd1ngrQSIRHKX1Gdov
 H+0SWMbFDtr/kwzI7m5Mf7/bOmUHmB3EGLj0jpkjuOmm8DeTKpLXT+v0sYAzrTtz
 GWiBczy1K8eRL1OG658E9/eNNzc/b8bE8wKQUowJi29q5vYWSal1Pbyj8aZfcuux
 qpVIzkoblINZsWhJasShSfyVuiThYLyZP6HnH1opAq5oyVcYG0xR0nFVAWfFR/f8
 KRBhEinj3Z7wBBbPo5aiI707GZF4/fFilzWhuapIgWtE3yEYx5kOEAiSiedQjClL
 6zy/+LtH60l/4zccHc8pli7PciTqExvrQr4rCoJGod6E0ln4J9xB21T82DizGr8=
 =zmdS
 -----END PGP SIGNATURE-----

Merge tag '0.9.2' into debian-next

Release fwupd 0.9.2
2017-05-24 08:03:35 -05:00
Richard Hughes
e2ecefa3c3 unifying: Relax the requirement that a SHORT request should return a SHORT reply
For some HID++2.0 devices a SHORT request is allowed to be padded into a LONG
response.
2017-05-23 13:54:10 +01:00
Richard Hughes
2b5f6b9a74 unifying: Correctly open RQR12 devices with original factory firmware
It seems reading from the register is fixed in later firmware versions.
2017-05-23 13:14:28 +01:00
Richard Hughes
fd45583728 unifying: Ensure HID devices are closed if the subclassed open() or probe() failed
Fixes the critical warnings in https://github.com/hughsie/fwupd/issues/117
2017-05-23 12:27:23 +01:00
Richard Hughes
26a52be318 unifying: Fix the spelling of 'Receiver' 2017-05-23 09:30:20 +01:00
Piotr Drąg
63c6c4c9d9 trivial: Update LINGUAS
Add Basque, Indonesian, and Kazakh.
2017-05-22 20:13:05 +01:00
Richard Hughes
bf5180ae81 trivial: post release version bump 2017-05-22 19:39:19 +01:00
Richard Hughes
d90b214e0c Release fwupd 0.9.2 2017-05-22 19:37:19 +01:00
Richard Hughes
ccda0d2be7 uefi: Add a translatable string for future use
This is added now so the translator teams get a chance to translate it before
it is used in anger.
2017-05-22 12:01:26 +01:00
Moritz Kiefer
eaa0713df4 Set HAVE_POLKIT_0_114 when polkit is newer than 0.114 2017-05-16 10:32:18 +01:00
Richard Hughes
f5f400fe52 trivial: Do not fail to startup if an invalid AppStream file is installed 2017-05-15 10:52:49 +01:00
Richard Hughes
741dc5054a trivial: Use g_autoptr for the fwupdmgr private data 2017-05-08 20:38:17 +01:00
Richard Hughes
dc3856b51d trivial: Fix a tiny memory leak when writing DfuSe images
Found using Coverity, many thanks.
2017-05-08 20:32:15 +01:00
Richard Hughes
df5652ffb5 trivial: Return a sensible error if DownloadURI is intentionaly left blank 2017-05-08 19:06:08 +01:00
Richard Hughes
860640e32a trivial: Fallback to the system-wide config file if running from tree 2017-05-08 19:04:25 +01:00
Richard Hughes
b0fce88754 Do not spew a critial warning when parsing an invalid URI 2017-05-08 19:02:24 +01:00
Richard Hughes
0293f720bc unifying: Ensure device is closed if fu_device_ebitdo_open() did not complete
It's not expected users have to call lu_device_close() if opening failed.
2017-05-08 12:44:53 +01:00
Richard Hughes
741f3310ab ebitdo: Ensure device is closed if fu_device_ebitdo_open() did not complete
It's not expected users have to call fu_device_ebitdo_close() if opening failed.
2017-05-08 12:44:26 +01:00
Richard Hughes
b0c65749fc steelseries: Ensure device is closed if it returns an invalid packet 2017-05-08 12:43:17 +01:00
Richard Hughes
2bdc588112 unifying: Ignore spaces in the version prefix 2017-05-03 10:24:59 +01:00
Richard Hughes
7a7591a99a unifying: Add support for DFU features
This adds support for flashing peripherals with the 0x00d0 DFU feature.
2017-05-02 21:30:50 +01:00
JulianLiu
1d577d6572 enable-dell requires libfwup-dev (#113)
* enable-dell requires libfwup-dev

Add dependency in enable-dell and shared_module('fu_plugin_uefi')
2017-05-02 19:38:15 +01:00
Mario Limonciello
e55f52de09 fix man page installation location
docbook2man's --output argument is expecting a directory
feeding it the location of the man page just puts the man page
under a directory with the same name in the build directory.
2017-04-28 15:27:59 -05:00
Mario Limonciello
e17890513a add a patch to fix man page location 2017-04-28 15:27:15 -05:00
Mario Limonciello
fd6e03bdb6 Add a patch to allow building with an older polkit that doesn't include ITS rules yet. 2017-04-28 14:48:32 -05:00
Mario Limonciello
d11aa12b1b Require newer gettext for building. 2017-04-28 14:45:53 -05:00
Mario Limonciello
37f24c78f4 update changelog 2017-04-28 13:53:09 -05:00
Mario Limonciello
453df258cc Release fwupd 0.9.1
-----BEGIN PGP SIGNATURE-----
 
 iQEcBAABAgAGBQJZA1s2AAoJEBesuo36lw4XtKUH/1JpyaCckMDYg2hrRaCwi/Oh
 R4nHyGU+M2C0VGEkSIzCB9QpcGVsqYL4x7ocUZpD1Pia1j+k3Si7/L3yTi8KEs/Y
 9OJL3LIm3NLjlYRUn4RXdEZxwbgqCL5aKpQlHklf343uwN6OBG34VIEAnAmFI/fn
 nf24RdqYMeFBjhH2+1qOpRs9uC1/DwJxWVbGNMOBjGdLxehLw+F0DKsxdZI3AD4Y
 xg7n2MoMW2l6QIPyMCRcYI76AXdU9/cMtIaUlzT9Qoul/g/eLtRrCAdTqcI+Uo6Q
 P5oMoYr2c+XBH8lG1XCLhncSPtaBHIbBAZKRC7nUmFU7emfTqb0RUeqgCTed6cA=
 =vdKN
 -----END PGP SIGNATURE-----

Merge tag '0.9.1' into debian-next

Release fwupd 0.9.1
2017-04-28 13:52:12 -05:00
Richard Hughes
ad28e34f08 trivial: post release version bump 2017-04-28 16:11:32 +01:00
Richard Hughes
31b07cc562 Release fwupd 0.9.1 2017-04-28 16:09:42 +01:00
Richard Hughes
c7f61b62db trivial: Fall back to the system config file
This makes trying the daemon locally much easier.
2017-04-26 10:18:42 +01:00
Mario Limonciello
47a0ed78c6 Create /var/lib/fwupd by meson post install 2017-04-21 08:07:58 -05:00
Mario Limonciello
c4a428fbc7 Merge branch 'master' into debian-next 2017-04-20 14:38:19 -05:00
Mario Limonciello
66132d6b63 disable allowing the daemon test suite running in parallel to plugin test suites 2017-04-20 14:36:36 -05:00
Mario Limonciello
f04481591b Merge branch 'master' into debian-next 2017-04-20 13:54:15 -05:00
Mario Limonciello
5c1df14d05 fix test suite localstate directory to be a temporary directory 2017-04-20 13:53:19 -05:00
Mario Limonciello
5c9463edd8 releasing package fwupd version 0.8.2-1 2017-04-20 10:38:25 -05:00
Mario Limonciello
68d281d05b Release fwupd 0.8.2
-----BEGIN PGP SIGNATURE-----
 
 iQEcBAABAgAGBQJY+NIDAAoJEBesuo36lw4XddwIAIn7t89Zt5KoAXpuwNo8J6ZG
 i3AmSkbGKh4XGWpm8lGZYZKDLVFmC5fcxYwQ1yxOhxkNF62DceUISlfXCi0vXzHN
 y2yRzSjZabsKkAqRkv9GFnFUK4b4JJnU0fPUW/GlPOtoD8/+H6a+0Gsa/+cU5zqo
 l73triG0WOcRJCN+LwLWhqBrWdO4yWYeF4/N+mrUX3O3zQZPeWDIWHodQWeoWY2x
 zyr28kniY94YahRTi099BjE5YPtS9cBAjxDLRbreVRVo3zwT7TUCzRp6UFLjBueG
 PZpTC5bkTuiIb70v7dvDHRx/fJvPYOgYTesCD160ALOepe1iDi+ty1lfLnqzAog=
 =rivQ
 -----END PGP SIGNATURE-----

Merge tag '0.8.2' into debian

Release fwupd 0.8.2
2017-04-20 10:35:51 -05:00
Richard Hughes
ec644b04ee Release fwupd 0.8.2 2017-04-20 16:21:39 +01:00
Richard Hughes
183c56e712 Support signed Intel HEX files
The record type 0xfd is nonstandard but used in at least one product to avoid
having an additional signing key file.
2017-04-20 15:36:56 +01:00
Richard Hughes
3f3cb69bb7 trivial: Generate the pkg-config files using meson 2017-04-20 08:07:38 +01:00
Mario Limonciello
15a124922a Add local state directory while building 2017-04-19 14:50:24 -05:00
Mario Limonciello
9c384bb382 call tests with ninja 2017-04-19 10:55:18 -05:00