Skip to content

Commit

Permalink
Release 3.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Fuchs <[email protected]>
  • Loading branch information
Andreas Fuchs committed Nov 20, 2020
1 parent c59d3c6 commit c0a7553
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,17 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)

## [3.0.2-rc1] - 2020-11-17
## [3.0.2] - 2020-11-20
### Changed or Fixed
- FAPI: Fix setting of the system flag of NV objects
This will let NV object metadata be created system-wide always instead of
locally in the user. Existing metadata will remain in the user directory.
It can be moved to the corresponding systemstore manually if needed.
- FAPI: Fix policy searching, when a policyRef was provided
- FAPI: Accept EK-Certs without CRL dist point
- FAPI: Fix return codes of Fapi_List
- FAPI: Fix memleak in policy execution
- FAPI: Fix coverity NULL-pointer check

## [3.0.2-rc0] - 2020-10-30
### Changed or Fixed
- FAPI: Fix setting of the system flag of NV objects
This will let NV object metadata be created system-wide always instead of
locally in the user. Existing metadata will remain in the user directory.
It can be moved to the corresponding systemstore manually if needed.
- FAPI: Set the written flag of NV objects in FAPI PolicyNV commands
- FAPI: Fix deleting of policy files.
- FAPI: Fix wrong file loading during object search.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# All rights reserved.

AC_INIT([tpm2-tss],
[3.0.2-rc1],
[3.0.2],
[https://github.com/tpm2-software/tpm2-tss/issues],
[],
[https://github.com/tpm2-software/tpm2-tss])
Expand Down

0 comments on commit c0a7553

Please sign in to comment.