Skip to content

Commit

Permalink
CHANGELOG: update for 4.0.0-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: William Roberts <william.c.roberts@intel.com>
  • Loading branch information
William Roberts authored and cplappert committed Dec 15, 2022
1 parent ee99c46 commit 1da15a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 1da15a6

Please sign in to comment.