Accepting request 844090 from home:dimstar:Factory

Update to 1.5.0

OBS-URL: https://build.opensuse.org/request/show/844090
OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=78
This commit is contained in:
2020-10-26 22:05:54 +00:00
committed by Git OBS Bridge
parent c08240c54b
commit f06e27a9ea
6 changed files with 40 additions and 6 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Mon Oct 26 12:18:38 UTC 2020 - dimstar@opensuse.org
- Update to version 1.5.0:
+ Add a compatible re-implementation of the rhboot dbxtool.
+ Add async versions of the library for GUI tools.
+ Add commands for interacting with the ESP to fwupdtool.
+ Add firmware-extract subcommand to fwupdtool.
+ Add FwupdPlugin so we can convey enumerated system errors to
the end user.
+ Add plugin for Goodix fingerprint sensors.
+ Add plugin that can update the BCM5719 network adapter.
+ Add plugin to update Elan Touchpads using HID.
+ Add support for a delayed activation flow for Thunderbolt.
+ Add support for ChromeOS Quiche and Gingerbread.
+ Add support for Hyper hardware.
+ Add support for the Host Security ID.
+ Add support for ThunderBolt retimers.
+ Add switch-branch command to fwupdtool and fwupdmgr.
+ Allow blocking specific firmware releases by checksum.
+ Allow contructing a firmware with multiple images.
+ Allow firmware to require specific features from front-end
clients.
+ Allow updating the dbx using the LVFS, validating it is safe to
apply.
+ Include the HSI results and attributes in the uploaded report.
+ Support loading DMI data from DT systems.
+ Support LVFS::UpdateImage for GUI clients.
-------------------------------------------------------------------
Wed Sep 2 10:18:55 UTC 2020 - QK ZHU <qkzhu@suse.com>