Accepting request 622484 from home:oliver_gtze:branches:Base:System

update to version 1.1.0

OBS-URL: https://build.opensuse.org/request/show/622484
OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=29
This commit is contained in:
2018-07-16 08:32:04 +00:00
committed by Git OBS Bridge
parent 743c79e933
commit b5e8dd7a67
6 changed files with 86 additions and 7 deletions

View File

@@ -1,3 +1,77 @@
-------------------------------------------------------------------
Thu Jul 12 09:19:58 UTC 2018 - oliver@getspam.de
- Update to version 1.1.0:
+ New Features:
- Add a initial Redfish support
- Add a tool to mimic the original fwupdate CLI interface
- Allow devices to assign a plugin from the quirk subsystem
- Change the quirk file structure to be more efficient
- Merge fwupdate functionality into fwupd
- Run a plugin vfunc before and after all the composite devices are updated
- Support more Wacom tablets
+ Bugfixes:
- Add release information for locked devices
- Allow building with older meson
- Detect the EFI system partition location at runtime
- Do not use 8bitdo bootloader commands after a successful flash
- Enable accesing downloaded files in flatpak and snap
- Fix a potential buffer overflow when applying a DFU patch
- Fix downgrading older releases to devices
- Fix flashing devices that require a manual replug
- Fix several small memory leaks in various places
- Fix the retrieval of Redfish version
- Fix unifying failure to detach when using a slow host controller
- Set the Wacom device status when erasing and writing firmware
- Show errors in the CLI if unable to access directory
- Use the parent device name for Wacom sub-modules
- Removed enable_pkcs7_when_testing_only.patch
-------------------------------------------------------------------
Wed Jul 11 14:30:15 UTC 2018 - oliver@getspam.de
- Update to version 1.0.8:
+ New Features (including version 1.0.7):
- Add an plugin to update some future Wacom tablets
- Add 'fwupdmgr get-topology' to show logical device tree
- Add support for creating a flatpak
- Add support for creating a snap
- Add support for Motorola S-record files
- Add the Linux Foundation public GPG keys for firmware and metadata
- Show a translated warning when the server is limiting downloads
- Add enable-remote and disable-remote commands to fwupdmgr
- Add fu_plugin_add_compile_version() for libraries to use
- Allow requiring specific versions of libraries for firmware updates
- If no remotes are enabled try to enable the LVFS
- Show a warning with interactive prompt when enabling a remote
+ Bugfixes (including version 1.0.7):
- Add a firmware diagnostic tool called fwupdtool
- Adjust all licensing to LGPL 2.1+
- Allow installing more than one firmware using 'fwupdmgr install'
- Allow specifying hwids with OR relationships
- Do not call fu_plugin_init() on blacklisted plugins
- Do not require libcolorhug to build
- Fix a crash in libfwupd where no device ID is set
- Fix a potential DoS in libdfu by limiting holes to 1MiB
- Fix a segfault that sometimes occurs during cleanup of USB plugins
- Fix Hardware-ID{0,1,2,12} compatibility with Microsoft
- Hide devices that aren't updatable by default in fwupdmgr
- Search all UEFI GUIDs when matching hardware
- Stop matching Nintendo Switch Pro in the 8bitdo plugin
- Check that EFI system partition is mounted before update
- Disable synapticsmst remote control on failure
- Don't recoldplug thunderbolt to fix a flashing failure
- Fix SQL error when running 'fwupdmgr clear-offline'
- Improve the update report message
- Only enumerate Dell Docks if the type is known
- Only run certtool if a new enough gnutls is present
- Prevent a client crash if the daemon somehow sends invalid data
- Reboot after scheduling using logind not systemd
- Use the right encoding for the label in make-images
- Added/backported enable_pkcs7_when_testing_only.patch:
+ needed to disable pkcs7 test during build (can be removed for
fwupd >= 1.0.9)
-------------------------------------------------------------------
Wed Apr 4 09:43:55 UTC 2018 - dimstar@opensuse.org