File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,11 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff line change 3131AC_PREREQ ( [ 2.68] )
3232
3333AC_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] )
You can’t perform that action at this time.
0 commit comments