fwupd/libfwupd
2017-06-05 17:41:57 +01:00
..
fwupd-client.c libfwupd: Split up FwupdResult into FwupdDevice and FwupdRelease 2017-06-05 17:34:36 +01:00
fwupd-client.h Send the daemon the remote ID when sending updated firmware metadata 2017-06-02 13:19:05 +01:00
fwupd-device-private.h libfwupd: Split up FwupdResult into FwupdDevice and FwupdRelease 2017-06-05 17:34:36 +01:00
fwupd-device.c libfwupd: Split up FwupdResult into FwupdDevice and FwupdRelease 2017-06-05 17:34:36 +01:00
fwupd-device.h libfwupd: Split up FwupdResult into FwupdDevice and FwupdRelease 2017-06-05 17:34:36 +01:00
fwupd-enums-private.h Return the remote ID when getting updates about hardware 2017-06-02 13:19:08 +01:00
fwupd-enums.c Use the correct define prefix for FwupdDeviceFlags 2016-08-22 10:30:24 +01:00
fwupd-enums.h Use the correct define prefix for FwupdDeviceFlags 2016-08-22 10:30:24 +01:00
fwupd-error.c Move the UPower functionality to a plugin 2016-12-12 16:28:16 +00:00
fwupd-error.h Move the UPower functionality to a plugin 2016-12-12 16:28:16 +00:00
fwupd-release-private.h libfwupd: Split up FwupdResult into FwupdDevice and FwupdRelease 2017-06-05 17:34:36 +01:00
fwupd-release.c libfwupd: Split up FwupdResult into FwupdDevice and FwupdRelease 2017-06-05 17:34:36 +01:00
fwupd-release.h libfwupd: Split up FwupdResult into FwupdDevice and FwupdRelease 2017-06-05 17:34:36 +01:00
fwupd-remote-private.h Allow downloading metadata from more than just the LVFS 2017-06-02 13:19:05 +01:00
fwupd-remote.c Allow downloading metadata from more than just the LVFS 2017-06-02 13:19:05 +01:00
fwupd-remote.h Allow downloading metadata from more than just the LVFS 2017-06-02 13:19:05 +01:00
fwupd-result.c Remove deprecated API added since the last tarball release 2017-06-05 17:41:57 +01:00
fwupd-result.h Remove deprecated API added since the last tarball release 2017-06-05 17:41:57 +01:00
fwupd-self-test.c libfwupd: Split up FwupdResult into FwupdDevice and FwupdRelease 2017-06-05 17:34:36 +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 libfwupd: Split up FwupdResult into FwupdDevice and FwupdRelease 2017-06-05 17:34:36 +01:00
fwupd.map Add the Meson build system as an alternate to autotools 2017-04-12 16:35:18 +01:00
meson.build libfwupd: Split up FwupdResult into FwupdDevice and FwupdRelease 2017-06-05 17:34:36 +01:00
README.md trivial: Add a tiny doc explaining what to change next soname break 2016-05-29 09:57:24 +01:00

Planned API Changes

When we next bump soname the following changes are planned:

  • {sa{sv}} -> {a{sv}} -- we don't always want to send the device ID
  • Rename FU_DEVICE_FLAG -> FWUPD_DEVICE_FLAG
  • Remove all deprecated API