Skip to content

Commit 6f387a4

Browse files
author
Andreas Fuchs
committed
Release 1.1.0
Signed-off-by: Andreas Fuchs <[email protected]>
1 parent 06f57a3 commit 6f387a4

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,11 @@ 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-
## [1.1.0-rc1] - 2020-07-20
7+
## [1.1.0] - 2020-11-20
88
### Added
99
- Configure option for ptpm tests
1010
- Configure script AX_CHECK_ENABLE_DEBUG
1111
- Option for setting tcti on executable
12-
13-
### Changed
14-
- Fix manpages for -P/--parent option and correct engine name
15-
- Fix TCTI env variable handling
16-
17-
## [1.1.0-rc0] - 2020-01-10
18-
### Added
1912
- TCTI-env variable used by default
2013
- Support for parent key passwords
2114
- openssl.cnf sample file
@@ -30,6 +23,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3023
- Fix EC param info (using named curve format)
3124
- Use tpm2-tools 4.X stable branch for integration tests
3225
- Use libtss2-tctildr.so instead of custom code for tcti setup
26+
- Fix manpages for -P/--parent option and correct engine name
27+
- Fix TCTI env variable handling
28+
- Set parent handle to OWNER
3329

3430
## [1.0.0] - 2019-04-04
3531
### Added

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
AC_PREREQ([2.68])
3232

3333
AC_INIT([tpm2-tss-engine],
34-
[1.1.0-rc1],
34+
[1.1.0],
3535
[https://github.com/tpm2-software/tpm2-tss-engine/issues],
3636
[],
3737
[https://github.com/tpm2-software/tpm2-tss-engine])

0 commit comments

Comments
 (0)