Skip to content

Commit e87ef6a

Browse files
author
Andreas Fuchs
committed
Update changelog and version to 1.2.0-rc0
Signed-off-by: Andreas Fuchs <[email protected]>
1 parent 0745b9d commit e87ef6a

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

CHANGELOG.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,30 @@ 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-
## [next] - next
7+
## [1.2.0-rc0] - 2022-01-14
8+
### Changed or Fixed
9+
- Updated minimal version of tpm2-tss to 2.4.x
10+
- Fix encoding of emptyauth
11+
- Fix some memory leaks
12+
- Change parent handle to BIGNUM
13+
814
### Added
15+
- Use of restricted keys for signing
16+
- StirRandom
17+
- Run tests using swtpm
918
- The ability to import key blobs from things like the tpm2-tools project.
19+
- Compatibility with openssl >=1.1.x
20+
- Support for ECDH
1021
- Fix QNX build issues.
1122
- Only set -Werror for non-release builds.
23+
- Additional checks on TPM responses
24+
- CODE_OF_CONDUCT
1225

13-
## [1.1.0-rc1] - 2020-07-20
26+
## [1.1.0] - 2020-11-20
1427
### Added
1528
- Configure option for ptpm tests
1629
- Configure script AX_CHECK_ENABLE_DEBUG
1730
- Option for setting tcti on executable
18-
19-
### Changed
20-
- Fix manpages for -P/--parent option and correct engine name
21-
- Fix TCTI env variable handling
22-
23-
## [1.1.0-rc0] - 2020-01-10
24-
### Added
2531
- TCTI-env variable used by default
2632
- Support for parent key passwords
2733
- openssl.cnf sample file
@@ -36,6 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3642
- Fix EC param info (using named curve format)
3743
- Use tpm2-tools 4.X stable branch for integration tests
3844
- Use libtss2-tctildr.so instead of custom code for tcti setup
45+
- Fix manpages for -P/--parent option and correct engine name
46+
- Fix TCTI env variable handling
3947

4048
## [1.0.0] - 2019-04-04
4149
### 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+
[m4_esyscmd_s([git describe --tags --always --dirty])],
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)