Kanzi 3.9.14 migration guide

Use this migration guide to update Kanzi applications from Kanzi 3.9.13 to Kanzi 3.9.14.

Application configuration

These changes in the application configuration of Kanzi 3.9.14 may require your attention.

  • On DRM/GBM platforms, a predefined list of modules were previously traversed on startup to determine the graphics device to open, which could negatively affect startup times.

    From this release, the DeviceIdentifier setting in the application configuration is the recommended method to identify the DRM device, and the device set will take precedence. See DeviceIdentifier.

  • When parsing boolean values set by the application configuration, Kanzi will now only accept false, true, 0, and 1 as valid values. Please ensure that any boolean configuration values set in your application configuration use one of these accepted values.

See also

Kanzi 3.9.14 release notes

Known issues