From 6ea98b5a6ae129bc7c614508a5529dca15df4c21 Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Fri, 26 Apr 2024 13:18:04 +0200 Subject: [PATCH] Prepare 5.6.1 Signed-off-by: Andreas Fuchs --- docs/CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 37da79b75..b475b0987 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,7 +4,11 @@ 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 +## 5.6.1 - 2023-04-26 + +### Security +- Fixed CVE-2024-29038 +- Fixed CVE-2024-29039 ### Fixed - tpm2_sessionconfig: fix handling of --disable-continue session so that the subsequent command will not fail.