From 8b30addae15fee6097a57afecfd9e904e1e323f4 Mon Sep 17 00:00:00 2001 From: William Roberts Date: Mon, 31 Oct 2022 14:32:12 -0500 Subject: [PATCH] CHANGELOG: update for 1.3.0-rc0 Signed-off-by: William Roberts --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de05b953..67a19402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.3.0-rc0 - 2022-10-31 +### Fixed +- Resolution of include directory search paths when building CFFI bindings. +- Typo in pip package name in README. +- Missing package pycparser dependency in setup.cfg. +- Minimum version of tss2-esys as 2.4.0. +- Reproducible documentation builds using `SOURCE_DATE_EPOCH`. See #376. +- documentation issues, such as cross linking, indentation and style. +- test/test_utils.py::TestUtils::test_make_credential_ecc_camellia when CAMELLIA is not supported. +- Stop leaking tpm simulator references in test harness. + +### Added +- Experimental bindings to the policy library tss2-policy. Require version 3.3+ of tpm2-tss to enable. + - Note: At this time only master branch contains support, thus consider this API as experimental. +- Support for Python 3.11. +- Testing on CI for built wheel. + ## 1.2.0 - 2022-06-14 ### Added - utils function to parse tpm2-tools PCR values as function: unmarshal_tools_pcr_values.