You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
4
4
Starting with release 1.8.0, The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
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
+
7
27
## [1.9.0] - 2023-01-31
8
28
### Fixed
9
29
- 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