fwupd/libfwupd
2017-10-05 21:18:15 +01:00
..
fwupd-client.c trivial: Fix up some gtk-doc introspection issues in libfwupd 2017-10-05 10:32:05 +01:00
fwupd-client.h trivial: Remove GetUpdates as it is no longer used 2017-09-28 09:23:52 +01:00
fwupd-common-private.h Export some more API for dealing with checksums 2017-06-09 10:11:58 +01:00
fwupd-common.c Export some more API for dealing with checksums 2017-06-09 10:11:58 +01:00
fwupd-common.h Export some more API for dealing with checksums 2017-06-09 10:11:58 +01:00
fwupd-deprecated.h trivial: Remove deprecated FwupdResult API 2017-09-28 09:23:52 +01:00
fwupd-device-private.h trivial: Use standard _to_variant() and _from_variant() forms 2017-09-28 09:23:52 +01:00
fwupd-device.c trivial: Fix up some gtk-doc introspection issues in libfwupd 2017-10-05 10:32:05 +01:00
fwupd-device.h trivial: Do not use 'provider' in the public API 2017-09-28 09:23:52 +01:00
fwupd-enums-private.h trivial: Include the releases as part of the device a{sv} array 2017-09-28 09:23:52 +01:00
fwupd-enums.c trivial: Fix up some gtk-doc introspection issues in libfwupd 2017-10-05 10:32:05 +01:00
fwupd-enums.h trivial: Fix up some gtk-doc introspection issues in libfwupd 2017-10-05 10:32:05 +01:00
fwupd-error.c trivial: Fix up some gtk-doc introspection issues in libfwupd 2017-10-05 10:32:05 +01:00
fwupd-error.h trivial: Use the error domain from libfwupd 2017-09-08 13:33:34 +01:00
fwupd-release-private.h trivial: Use standard _to_variant() and _from_variant() forms 2017-09-28 09:23:52 +01:00
fwupd-release.c trivial: Fix up some gtk-doc introspection issues in libfwupd 2017-10-05 10:32:05 +01:00
fwupd-release.h Move the release trust information to FwupdRelease 2017-09-15 11:31:01 +01:00
fwupd-remote-private.h trivial: Use standard _to_variant() and _from_variant() forms 2017-09-28 09:23:52 +01:00
fwupd-remote.c trivial: Fix up some gtk-doc introspection issues in libfwupd 2017-10-05 10:32:05 +01:00
fwupd-remote.h Add fwupd_remote_get_checksum() to use in client programs 2017-09-28 09:23:52 +01:00
fwupd-self-test.c trivial: Skip some self tests if the running fwupd is too old 2017-10-05 21:18:15 +01:00
fwupd-version.h.in trivial: Fix substitution of FWUPD_x_VERSION in fwupd-version.h 2017-04-19 10:15:16 +01:00
fwupd.h trivial: Remove FwupdResult from libfwupd 2017-09-28 09:23:52 +01:00
fwupd.map Add fwupd_remote_get_checksum() to use in client programs 2017-09-28 09:23:52 +01:00
generate-version-script.py Generate the LD script from the GObject Introspection data 2017-09-28 09:23:52 +01:00
meson.build trivial: Skip some self tests if the running fwupd is too old 2017-10-05 21:18:15 +01: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()