File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,7 @@ 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.0.0-rc3] - 2019-03-25
8- ### Changed
9- - Updated INSTALL.md
10-
11- ## [ 1.0.0-rc2] - 2019-03-25
12- ### Changed
13- - Bumped minimal required tpm2-tss version to 2.2.2
14- - Fixes s_client breaking because of interactions between tpm2-tss and openssl.
15-
16- ## [ 1.0.0-rc1] - 2019-03-04
17- ### Changed
18- - Dead code removal as reported by coverity.
19-
20- ## [ 1.0.0_rc0] - 2019-02-21
7+ ## [ 1.0.0] - 2019-04-04
218### Added
229- Initial release of the OpenSSL engine for TPM2.0 using the TCG's TPM
2310 Software Stack compliant tpm2-tss libraries.
Original file line number Diff line number Diff line change 3131AC_PREREQ ( [ 2.68] )
3232
3333AC_INIT ( [ tpm2-tss-engine] ,
34- [ 1.0.0-rc3 ] ,
34+ [ 1.0.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