From 46a1079d5edaaba5268d18e7a7a461f2552c5465 Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Fri, 26 Apr 2024 12:34:54 +0200 Subject: [PATCH] Prepare 4.1.0 Signed-off-by: Andreas Fuchs --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cee2c2485..a9cbb9441 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) -## [4.1.0-rc1] - 2024-04-24 +## [4.1.0] - 2024-04-26 +### Security +- Fixed CVE-2024-29040 + ### Fixed - fapi: Fix length check on FAPI auth callbacks - mu: Correct error message for errors - -## [4.1.0_rc0] - 2024-03-26 -### Fixed - tss2-rc: fix unknown laer handler dropping bits. - fapi: Fix deviation from CEL specification (template_value was used instead of template_data). - fapi: Fix json syntax error in FAPI profiles which was ignored by json-c.