From e6829335ed282f10977170179c69d89d137753e2 Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Wed, 27 Mar 2024 11:05:42 +0100 Subject: [PATCH] Prepare release 5.6.1-rc0 Signed-off-by: Andreas Fuchs --- docs/CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 48bd5d9fc..37da79b75 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. Starting with release 5.4, The format is based on [Keep a Changelog](http://keepachangelog.com/). +## 5.6.1-rc0 - 2023-03-27 + +### Fixed +- tpm2_sessionconfig: fix handling of --disable-continue session so that the subsequent command will not fail. +- tpm2_policy.c fix compilation error caused by format directive for size_t on 32 bit systems. +- Auth file: Ensure 0-termination when reading auths from a file. +- cirrus.yml fix tss compilation with libtpms for FreeBSD. +- tpm2_tool.c Fix missing include for basename to enable compilation on netbsd. +- tpm2_nvread: fix input handling no nv index. +- options: fix TCTI handling to avoid failures for commands that should work with no options. +- tpm2_getekcertificate.c Fix leak. ek_uri was not freed if get_ek_server_address failed. + +### Removed +- Testing on Ubuntu 18.04 as it's near EOL (May 2023).m2_policy.c fix compilation error caused by format directive for size_t on 32 bit systems. + ## 5.6 - 2023-11-08 - Add safe directory in config