You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade version to 0.9.1
in preparation for a new release.
Doing a patch release as it contains only library upgrades
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
Prevent initialisation errors on Linux
The function 'getPlatform' is used before its definition. At that point,
the global variable 'linuxes' is not yet initialised, resulting in
errors.
By moving all exports to the bottom, this problem should be fixed.