Skip to content

Commit ff9a521

Browse files
fdubwilliamcroberts
authored andcommitted
CHANGELOG: fix changelog for 1.9.2-rc0
- Split incorrect combined entry "tpm2_ptool destroy removal error on persistent pobjects" into two separate items: - Add support for importing persistent TPM2 keys with tpm2_ptool - Fix tpm2_ptool destroy command failures - Typos No functional changes, documentation only. Signed-off-by: Fabian Dubberke <fdub@posteo.de>
1 parent 1c80c8c commit ff9a521

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [1.9.2-rc0] - 2025-09-13
88
### Fixed:
9-
- tpm2\_ptool destroy removal error on persistent pobjects.
9+
- Fix tpm2\_ptool destroy command failures.
1010
- Warning "UserWarning: Unknown distribution option: 'tests\_require'" from setup.py.
1111
- Missing SHA1-RSA-PKCS from CKM\_ALLOWED\_MECHANISMS.
1212
- In tests requiring Python, don't override HOME as it may be needed for user installed packages.
13-
- Certificate finding login in pkcs11-tool usage where `--label` was used instead of `--token-label`.
14-
- Configure Fix detection of javac.
15-
- Configure Fix detection of pkcs11 python module.
13+
- Certificate finding logic in pkcs11-tool usage where `--label` was used instead of `--token-label`.
14+
- Configure: Fix detection of javac.
15+
- Configure: Fix detection of pkcs11 python module.
1616
- Fix incorrect logging statement in create\_pkcs\_store.sh.
1717
- Fix links in documentation.
18-
- Fix OpenSuse Leap CI Builds.
19-
- Fix improper handling chunks across IV multi part handling.
18+
- Fix OpenSuse Leap CI builds.
19+
- Fix improper handling of chunks across IV multi-part handling.
2020
- Fix memory leak.
2121

22+
### Added
23+
- Add support for importing persistent TPM2 keys with tpm2\_ptool.
24+
2225
## [1.9.1] - 2024-09-23
2326
### Fixed
2427
- configure:

0 commit comments

Comments
 (0)