Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
Starting with release 1.8.0, The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

## [1.9.1] - 2024-09-23
### Fixed
- configure:
Expand Down