Skip to content

2.4.0

Compare
Choose a tag to compare
@williamcroberts williamcroberts released this 08 Feb 18:35
· 41 commits to master since this release

2.4.0 - 2021-02-08

Added

  • configure option --enable-asan which will cause the build to produce
    ASAN enabled binaries.
  • CI runs with clang enable asan for tests.
  • Service start depends on systemd device unit: dev-tpm0.device.
  • Testing support with swtpm.

Fixed

  • Numerous memory leaks.
  • udev settle service deprecation warnings.
  • StandardOutput=syslog deprecation warnings.

Changed

  • StandardOutput=syslog removed from systemd service file as syslog is
    deprecated since systemd version 246.
  • Requires tpm2-tss version 2.4.0 or greater for udev TAG=systemd rules.

Removed

  • valgrind configure options.
  • usage of udev settle service.