Skip to content

v7.1.0

Latest
Compare
Choose a tag to compare
@flsobral flsobral released this 27 Apr 16:54
· 8 commits to master since this release

Added

  • Added new build options to disable Skia and use our original graphical primitives, resulting in a very smaller libtcvm (~3MB) that also works on OpenBSD. Thanks @erathke for this contribution! #287

Usage:
cmake <source_dir> -DUSE_SKIA=OFF

Changed

  • Updated library Axtls from version 1.5.4 to 2.1.5 to include support for TLS 1.2.

Fixed

  • Android
    • Reverted Android build to target SDK 29 in order to fix support for Android 11.
  • Launcher
    • Fixed Android deploy on case sensitive systems.
  • Simulator
    • SSL: Fixed bug on some JDK implementations that would throw IOException on getInputStream after EOF.