From abff73d1aba25dd55dca41f4f13d67f61720883b Mon Sep 17 00:00:00 2001 From: Tadeusz Struk Date: Tue, 12 May 2020 15:39:54 -0700 Subject: [PATCH] CHANGELOG.md: update changelog Signed-off-by: Tadeusz Struk --- CHANGELOG.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 318ca2a20..f46c76c96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) -## [2.4.1-rc1] - 2020-05-11 + +## [2.4.1] - 2020-05-12 ### Fixed +- Fixed systemd-sysusers/-tmpfiles creation without systemd - Removed expired coverity token from travis.yaml -- Fix uninitialized context of FAPI command Fapi_ChangeAuth issue -- Fix handling of tcti pointer in Esys\_Initialize -- Fix usages of EC routines deprecated in OSSL 1.2 and greater -- Fix FAPI handling of TPMs without stored certificates +- Fixed uninitialized context of FAPI command Fapi_ChangeAuth issue +- Fixed handling of tcti pointer in Esys_Initialize +- Fixed usages of EC routines deprecated in OSSL 1.2 and greater +- Fixed FAPI handling of TPMs without stored certificates ## [2.4.0] - 2020-03-11 ### Added