fwupd/libfwupd
Mario Limonciello 2f49da7f4e libfwupd: Restore recognizing gpg and pkcs7 types still
The snap-store intends to ship an updated libfwupd library but
to use it with whatever version daemon is on the host system.

This means that the library needs to still work with older metadata
signing types.

This fixes the following error in that scenario:
```Failed to update metadata for lvfs: Keyring kind jcat not supported```
2020-11-21 07:37:36 -06:00
..
fwupd-client-private.h libfwupd: Add async versions of the library for GUI tools 2020-09-03 15:46:57 +01:00
fwupd-client-sync.c Fix sync method when called from threads without a context 2020-11-19 16:12:52 +00:00
fwupd-client-sync.h libfwupd: Add fwupd_client_download_file() 2020-11-18 08:17:28 +00:00
fwupd-client.c trivial: Fix regression on uploading reports without a signature 2020-11-20 10:44:54 +00:00
fwupd-client.h libfwupd: Add fwupd_client_get_user_agent() 2020-11-17 21:10:10 +00:00
fwupd-common-private.h libfwupd: Add async versions of the library for GUI tools 2020-09-03 15:46:57 +01:00
fwupd-common.c trivial: don't show OS release paths checked 2020-10-03 06:58:13 -05:00
fwupd-common.h fwupd: Export fwupd_client_download_bytes() into the client library 2020-07-08 19:00:42 +01:00
fwupd-deprecated.h trivial: Fix missing G_BEGIN_DECLS's from public includes 2019-02-10 08:59:07 +00:00
fwupd-device-private.h Allow client code to construct objects from GVariant blobs 2019-07-03 11:44:31 +01:00
fwupd-device.c Revert "If incorporating the version from a subclass, also set the verfmt too" 2020-11-07 07:57:50 +00:00
fwupd-device.h Remove the duplicate parent-child data in FwupdDevice and FuDevice 2020-10-31 13:19:11 +00:00
fwupd-enums-private.h Export FwupdPlugin so we can convey enumerated system errors to the end user 2020-10-13 15:56:49 +01:00
fwupd-enums.c Allow components to set the icon from the metadata 2020-11-06 16:57:21 +00:00
fwupd-enums.h Allow components to set the icon from the metadata 2020-11-06 16:57:21 +00:00
fwupd-error.c libfwupd: Add a new error type for user action needed 2019-11-01 14:31:03 +00:00
fwupd-error.h libfwupd: Add a new error type for user action needed 2019-11-01 14:31:03 +00:00
fwupd-plugin-private.h Export FwupdPlugin so we can convey enumerated system errors to the end user 2020-10-13 15:56:49 +01:00
fwupd-plugin.c Export FwupdPlugin so we can convey enumerated system errors to the end user 2020-10-13 15:56:49 +01:00
fwupd-plugin.h Export FwupdPlugin so we can convey enumerated system errors to the end user 2020-10-13 15:56:49 +01:00
fwupd-release-private.h Allow client code to construct objects from GVariant blobs 2019-07-03 11:44:31 +01:00
fwupd-release.c Add the concept of firmware 'branches' 2020-09-30 18:33:00 +01:00
fwupd-release.h Add the concept of firmware 'branches' 2020-09-30 18:33:00 +01:00
fwupd-remote-private.h libfwupd: Add a new private function fwupd_remote_set_remotes_dir 2019-08-29 11:44:32 -05:00
fwupd-remote.c libfwupd: Restore recognizing gpg and pkcs7 types still 2020-11-21 07:37:36 -06:00
fwupd-remote.h libfwupd: Add fwupd_remote_load_signature_bytes() for when a file is not available 2020-07-09 20:57:00 +01:00
fwupd-security-attr-private.h libfwupd: Do not export the HSI AppStream IDs 2020-10-08 16:36:56 +01:00
fwupd-security-attr.c trivial: correct some documentation typos 2020-09-17 13:51:59 -05:00
fwupd-security-attr.h libfwupd: Do not export the HSI AppStream IDs 2020-10-08 16:36:56 +01:00
fwupd-self-test.c Export FwupdPlugin so we can convey enumerated system errors to the end user 2020-10-13 15:56:49 +01:00
fwupd-version.h.in Use '#pragma once' to avoid a lot of boilerplate 2019-02-09 08:42:30 -06:00
fwupd.h Export FwupdPlugin so we can convey enumerated system errors to the end user 2020-10-13 15:56:49 +01:00
fwupd.map libfwupd: Add fwupd_client_download_file() 2020-11-18 08:17:28 +00:00
meson.build Register the SoupSession gtype when required 2020-11-19 19:39:37 +00:00
README.md trivial: Remove GetUpdates as it is no longer used 2017-09-28 09:23:52 +01:00

Migration from Version 0.9.x

  • Rename FU_DEVICE_FLAG -> FWUPD_DEVICE_FLAG
  • Rename FWUPD_DEVICE_FLAG_ALLOW_ONLINE -> FWUPD_DEVICE_FLAG_UPDATABLE
  • Rename FWUPD_DEVICE_FLAG_ALLOW_OFFLINE -> FWUPD_DEVICE_FLAG_ONLY_OFFLINE
  • Rename fwupd_client_get_devices_simple -> fwupd_client_get_devices
  • Rename fwupd_client_get_details_local -> fwupd_client_get_details
  • Rename fwupd_client_update_metadata_with_id -> fwupd_client_update_metadata
  • Rename fwupd_remote_get_uri -> fwupd_remote_get_metadata_uri
  • Rename fwupd_remote_get_uri_asc -> fwupd_remote_get_metadata_uri_sig
  • Rename fwupd_remote_build_uri -> fwupd_remote_build_firmware_uri
  • Switch FWUPD_RESULT_KEY_DEVICE_CHECKSUM_KIND to fwupd_checksum_guess_kind()
  • Rename fwupd_result_update_() to fwupd_release_()
  • Rename fwupd_result_() to fwupd_device_()
  • Convert FwupdResult to FwupdDevice in all callbacks
  • Rename fwupd_device_provider -> fwupd_device_plugin
  • Convert hash types sa{sv} -> a{sv}
  • Convert fwupd_client_get_updates() -> fwupd_client_get_upgrades()