mirror of
https://git.proxmox.com/git/fwupd
synced 2026-01-03 22:35:44 +00:00
Rename FuPending to FuHistory to better represent what the object is now doing. Also, while we're here, switch to using SQLite prepared statements to avoid a possible invalid read on i386 hardware.
12 lines
363 B
XML
12 lines
363 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright 2017 Richard Hughes <richard@hughsie.com> -->
|
|
<component type="firmware">
|
|
<id>com.hughski.test.firmware</id>
|
|
<provides>
|
|
<firmware type="flashed">12345678-1234-1234-1234-123456789012</firmware>
|
|
</provides>
|
|
<releases>
|
|
<release version="1.2.3" timestamp="1424116753"/>
|
|
</releases>
|
|
</component>
|