Skip to content

Commit

Permalink
Release 1.1.0
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 06f57a3 commit 6f387a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,11 @@ 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.1.0-rc1] - 2020-07-20
## [1.1.0] - 2020-11-20
### Added
- Configure option for ptpm tests
- Configure script AX_CHECK_ENABLE_DEBUG
- Option for setting tcti on executable

### Changed
- Fix manpages for -P/--parent option and correct engine name
- Fix TCTI env variable handling

## [1.1.0-rc0] - 2020-01-10
### Added
- TCTI-env variable used by default
- Support for parent key passwords
- openssl.cnf sample file
Expand All @@ -30,6 +23,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix EC param info (using named curve format)
- Use tpm2-tools 4.X stable branch for integration tests
- Use libtss2-tctildr.so instead of custom code for tcti setup
- Fix manpages for -P/--parent option and correct engine name
- Fix TCTI env variable handling
- Set parent handle to OWNER

## [1.0.0] - 2019-04-04
### Added
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
AC_PREREQ([2.68])

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

0 comments on commit 6f387a4

Please sign in to comment.