Kanzi 3.6.19 release notes

Feature improvements

  • You can now use the ANDROID_SERIAL environment variable to select from multiple connected Android devices the one to which you want to deploy your application from Kanzi Studio.

  • Improvements to application configuration:

    • You can now set the preferred multisampling method for your Kanzi application. See MultisamplePreference.

    • You can now choose which strategy Kanzi uses to memory map files on QNX. See MmapMode.

  • Introduced for the Composition Target Render Pass the Depth Renderbuffer Format property which you can use to set the format of the depth renderbuffers. See Rendering content to composition targets.

  • When building a Kanzi application for Android, you can now strip the debugging symbols from native libraries by specifying the stripNativeLibs property. See Stripping debug symbols.

Changes

  • Kanzi now by default uses the default strategy of the target system to memory map files. For example, QNX by default uses eager mapping. Previous versions of Kanzi instructed the system to use lazy mapping. See MmapMode.

  • Updated the Kanzi SCons build scripts so that in addition to Python 2.7 and SCons 2.5.1 you can now also run them using SCons 3.0.0 or newer with Python 3.5 or newer.

  • Removed the linux_x11_glx_cpp98 platform configuration from the Kanzi framework SDK. This platform is replaced by the linux_x11_glx_cpp11 platform package. You can download the platform packages from the Kanzi Support Portal at support.rightware.com, or directly at https://download.rightware.com/?token=Kanzi36XEngineLinuxX11GLXCPP11.

Fixes

ID

Description

Area

414044

When Kanzi fails to load a file, it now includes the name of that file in the error message.

Kanzi Engine

See also

Known issues