Skip to content

Commit a81d44a

Browse files
author
Andreas Fuchs
committed
Release v1.0.0
Signed-off-by: Andreas Fuchs <[email protected]>
1 parent 4284c43 commit a81d44a

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

CHANGELOG.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,7 @@ 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.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.

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.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])

0 commit comments

Comments
 (0)