Skip to content

Commit 5ac8fab

Browse files
CHANGELOG: update for 1.9.1-rc0
Signed-off-by: Bill Roberts <bill.c.roberts+gh@gmail.com>
1 parent 288e406 commit 5ac8fab

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
44
Starting with release 1.8.0, 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.9.1-rc0] - 2024-09-09
8+
9+
### Fixed:
10+
- configure:
11+
- Change mistaken `+=` to `=`.
12+
- use user supplied `--prefix` even when p11kit is detected.
13+
- Remove warning about unable to find FAPI when it's is not-compiled in and not chosen as the beckend.
14+
- Fix memory leaks in `tpm_create_transient_primary_from_template`.
15+
- Fix `NULL` pointer dereference in `db.c` on uses of `CKA_ALLOWED_MECHANISMS`.
16+
- Fix offset miscalculation in FAPI backend that was corrupting data.
17+
- Support `CKM_ECDH1_DERIVE` via `C_DeriveKey`.
18+
- Fix usages of `tpm2-ptool` for its wrapped `tpm2_ptool` in tests.
19+
- Fix failing db upgrades on double conversion to int.
20+
- Fix db lock file due to missing parenthesis and order of operations.
21+
- documentation:
22+
- Fix use of objects where tokens was meant.
23+
24+
## Changed
25+
- `--enable-fapi` to `--with-fapi`. Note this is not a major version bump as its internal to builders only. However `--enable-fapi` left in place for backwards compat.
26+
727
## [1.9.0] - 2023-01-31
828
### Fixed
929
- Fix autoconf invocation on a release tarball not being a git repo for VERSION. VERSION file now generated and packaged as part of the release tarball from the git version information.

0 commit comments

Comments
 (0)