From db307eb3345788bc0c22e34df1640495f1e72606 Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Wed, 24 Apr 2024 14:15:20 +0200 Subject: [PATCH] Prepare 5.7-rc1 Signed-off-by: Andreas Fuchs --- docs/CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b8c4e9378..e311f4a57 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,8 +4,13 @@ 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.7-rc0 - 2024-03-26 +## 5.7-rc1 - 2024-04-24 +### Fixed +- Fix eventlog test +- Fix issues with reading NV indexes +- Fix context save error on tpm2_create +## 5.7-rc0 - 2024-03-26 ### Fixed - tpm2_sessionconfig: fix handling of `--disable-continue session` so that the subsequent command will not fail when attempting to context save a flushed session.