v0.2.1
Features:
- Broker for Linux is now statically built.
This means Broker should no longer rely on dynamic dependencies such aslibc
on the target system. - Broker now reports to FOSSA that the build is submitted by Broker instead of FOSSA CLI.
Today FOSSA doesn't do anything with this information,
but in the future we plan to use this to display projects that are imported by Broker with a different icon or different search parameters.
Bug fixes:
- Copy debug bundles instead of renaming them from the temp location.
This resolves issues preventing debug bundles from being stored for Linux installations where the temporary location
and the home folder are on separate mount points. - Locate
fossa
in$PATH
before running it.
This resolves issues where some Linux implementations cannot execute commands without the full path.