Accepting request 558340 from home:fcrozat:branches:Base:System
- Update to version 1.0.2: + Add a plugin for the Nitrokey Storage device + Add support for the original AVR DFU protocol + Allow different plugins to claim the same device + Allow quirks to set common USB properties + Move a common plugin functionality out to a new shared object + Optionally delay the device removal for better replugging + Set environment variables to allow easy per-plugin debugging + Use a SHA1 hash for the internal DeviceID + Add quirk for AT32UC3B1256 as used in the RubberDucky + Disable the dell plugin if libsmbios fails + Don't register for USB UDev events to later ignore them + Fix a possible buffer overflow when debugging ebitdo devices + Fix critical warning when more than one remote fails to load + Fix DFU attaching AVR32 devices like the XMEGA + Ignore useless Thunderbolt device types + Refactor ColorHug into a much more modern plugin + Release the Steelseries interface if getting the version failed + Remove autoconf-isms from the meson configure options + Show a nicer error message if the requirement fails + Sort the output of GetUpgrades correctly - Changes from version 1.0.1: + Add support for HWID requirements + Add support for programming various AVR32 and XMEGA parts using DFU + Add the various DFU quirks for the Jabra Speak devices + Allow specifying the output file type for 'dfu-tool read' + Move the database of supported devices out into runtime loaded files + Support the IHEX record type 0x05 + Use help2man to generate the man page at build time + Use the new quirk infrastructure for version numbers OBS-URL: https://build.opensuse.org/request/show/558340 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=16
This commit is contained in:
@@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 19 09:32:41 UTC 2017 - fcrozat@suse.com
|
||||
|
||||
- Update to version 1.0.2:
|
||||
+ Add a plugin for the Nitrokey Storage device
|
||||
+ Add support for the original AVR DFU protocol
|
||||
+ Allow different plugins to claim the same device
|
||||
+ Allow quirks to set common USB properties
|
||||
+ Move a common plugin functionality out to a new shared object
|
||||
+ Optionally delay the device removal for better replugging
|
||||
+ Set environment variables to allow easy per-plugin debugging
|
||||
+ Use a SHA1 hash for the internal DeviceID
|
||||
+ Add quirk for AT32UC3B1256 as used in the RubberDucky
|
||||
+ Disable the dell plugin if libsmbios fails
|
||||
+ Don't register for USB UDev events to later ignore them
|
||||
+ Fix a possible buffer overflow when debugging ebitdo devices
|
||||
+ Fix critical warning when more than one remote fails to load
|
||||
+ Fix DFU attaching AVR32 devices like the XMEGA
|
||||
+ Ignore useless Thunderbolt device types
|
||||
+ Refactor ColorHug into a much more modern plugin
|
||||
+ Release the Steelseries interface if getting the version failed
|
||||
+ Remove autoconf-isms from the meson configure options
|
||||
+ Show a nicer error message if the requirement fails
|
||||
+ Sort the output of GetUpgrades correctly
|
||||
- Changes from version 1.0.1:
|
||||
+ Add support for HWID requirements
|
||||
+ Add support for programming various AVR32 and XMEGA parts using DFU
|
||||
+ Add the various DFU quirks for the Jabra Speak devices
|
||||
+ Allow specifying the output file type for 'dfu-tool read'
|
||||
+ Move the database of supported devices out into runtime loaded files
|
||||
+ Support the IHEX record type 0x05
|
||||
+ Use help2man to generate the man page at build time
|
||||
+ Use the new quirk infrastructure for version numbers
|
||||
+ Catch invalid Dell dock component requests
|
||||
+ Correctly output Intel HEX files with > 16bit offset addresses
|
||||
+ Do not try to verify the element write if upload is unsupported
|
||||
+ Fix a double-unref when updating any 8Bitdo device
|
||||
+ Fix crash when enumerating with Dell dock connected but with no UEFI
|
||||
+ Fix uploading large firmware files over DFU
|
||||
+ Format the BCD USB revision numbers correctly
|
||||
+ Guess the DFU transfer size if it is not specified
|
||||
+ Include the reset timeout as wValue to fix some DFU bootloaders
|
||||
+ Make the error message clearer when sans fonts are missing
|
||||
+ Support devices with truncated DFU interface data
|
||||
+ Use the correct remote-specified username and passord when using fwupdmgr
|
||||
+ Use the correct wDetachTimeOut when writing DFU firmware
|
||||
+ Verify devices with legacy VIDs are actually 8Bitdo controllers
|
||||
- Add help2man as BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 14 18:40:06 UTC 2017 - stefan.bruens@rwth-aachen.de
|
||||
|
||||
|
Reference in New Issue
Block a user