Hi all,
We've just merged a patch that renames quite a few symbols found in
libfwupdplugin/fu-common.h -- the details are in
https://github.com/fwupd/fwupd/blob/main/libfwupdplugin/README.md#182
so you might get compile errors when rebasing out-of-tree plugins
against the main branch.
Most of the changes are simple string replacements, and to help with
making changes we've added a python helper. If you want to rebase you
can do:
git checkout main
git pull
git checkout yourbranch
git rebase main
./contrib/migrate.py
...and then commit the changes. If you have any questions, please let me know.
Richard.