diff options
Diffstat (limited to 'doc/release-notes/rl-2505.section.md')
| -rw-r--r-- | doc/release-notes/rl-2505.section.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release-notes/rl-2505.section.md b/doc/release-notes/rl-2505.section.md index 90451de108d8..eae9fa3678c8 100644 --- a/doc/release-notes/rl-2505.section.md +++ b/doc/release-notes/rl-2505.section.md @@ -325,6 +325,8 @@ - GOverlay has been updated to 1.2, please check the [upstream changelog](https://github.com/benjamimgois/goverlay/releases) for more details. +- `tpm2-pkcs11` now has the variant `tpm2-pkcs11-fapi`, which has been patched to default to the Feature API backend. It has also been split into `tpm2-pkcs11-esapi`, which _only_ supports the older Enhanced System API backend. Note the [differences](https://github.com/tpm2-software/tpm2-pkcs11/blob/1.9.1/docs/FAPI.md), and that `tpm2-pkcs11` itself still needs `TPM2_PKCS11_BACKEND=fapi` exported in order to use the Feature API, whereas `tpm2-pkcs11-fapi` does not, and `tpm2-pkcs11-esapi` just does not support fapi entirely. + - For matrix homeserver Synapse we are now following the upstream recommendation to enable jemalloc as the memory allocator by default. - In `dovecot` package removed hard coding path to module directory. |
