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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ 1.1.0-rc1 ] - 2020-07 -20
7
+ ## [ 1.1.0] - 2020-11 -20
8
8
### Added
9
9
- Configure option for ptpm tests
10
10
- Configure script AX_CHECK_ENABLE_DEBUG
11
11
- 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
19
12
- TCTI-env variable used by default
20
13
- Support for parent key passwords
21
14
- openssl.cnf sample file
@@ -30,6 +23,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
23
- Fix EC param info (using named curve format)
31
24
- Use tpm2-tools 4.X stable branch for integration tests
32
25
- 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
33
29
34
30
## [ 1.0.0] - 2019-04-04
35
31
### Added
Original file line number Diff line number Diff line change 31
31
AC_PREREQ ( [ 2.68] )
32
32
33
33
AC_INIT ( [ tpm2-tss-engine] ,
34
- [ 1.1.0-rc1 ] ,
34
+ [ 1.1.0] ,
35
35
[ https://github.com/tpm2-software/tpm2-tss-engine/issues] ,
36
36
[ ] ,
37
37
[ https://github.com/tpm2-software/tpm2-tss-engine] )
You can’t perform that action at this time.
0 commit comments