Skip to content

Commit 0f147cf

Browse files
author
Andreas Fuchs
committed
Release Candidate v0.1.1-rc0
- Removed SHA384 from default PCR banks since it's unsupported by many TPMs. Signed-off-by: Andreas Fuchs <andreas.fuchs@sit.fraunhofer.de>
1 parent af7de21 commit 0f147cf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.1.1-rc0] - 2019-03-25
8+
### Changed
9+
- Removed SHA384 from default PCR banks since it's unsupported by many TPMs.
10+
711
## [0.1.0] - 2019-03-25
812
### Added
913
- Initial release of the an TPM2.0-based library and executable for machine to

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
AC_PREREQ([2.68])
66

77
AC_INIT([tpm2-totp],
8-
[0.1.0],
8+
[0.1.1-rc0],
99
[https://github.com/tpm2-software/tpm2-totp/issues],
1010
[],
1111
[https://github.com/tpm2-software/tpm2-totp])

0 commit comments

Comments
 (0)