diff --git a/CHANGELOG.md b/CHANGELOG.md index 4027ac976..5f5206aeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) -## [4.0.0-rc1] - 2022-12-05 +## [4.0.0-rc2] - 2022-12-14 ### Fixed: - tcti-ldr: Use heap instead of stack when tcti initialize - Fix usage of NULL pointer if Esys_TR_SetAuth is calles with ESYS_TR_NONE. @@ -36,6 +36,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) - Marshaling of TPMU_CAPABILITIES data, only field intelPttProperty was broken before.a - Spec deviation in Fapi_GetDescription caused description to be NULL when it should be empty string. This is API breaking but considered a bug since it deviated from the FAPI spec. +- FAPI: undefined reference to curl_url_strerror when using curl less than 7.80.0. +- FAPI: Fixed support for EK templates in NV inidices per the spec, see #2518 for details. ### Added: - TPM version 1.59 support. @@ -56,6 +58,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) - ESAPI: Support sha512 for mbedtls crypto backend. - TPM2B_MAX_CAP_BUFFER and mu routines - vendor field to TPMU_CAPABILTIIES +- FAPI: support for PolicyTemplate ### Changed - libmu soname from 0:0:0 to 0:1:0. @@ -70,6 +73,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) - Dead code Tss2_MU_TPMS_ALGORITHM_DESCRIPTION_Marshal - Dead code Tss2_MU_TPMS_ALGORITHM_DESCRIPTION_Unmarshal + ## [3.2.0] - 2022-02-18 ### Fixed - FAPI: fix curl_url_set call