From f653b79868472ba7d3a9fa323ea8bce9137ea7d8 Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Wed, 23 Sep 2020 17:45:56 +0200 Subject: [PATCH] Release 3.0.1 Signed-off-by: Andreas Fuchs --- CHANGELOG.md | 8 +------- configure.ac | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e00cd8a..dc80eae03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,19 +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/) -## [3.0.1-rc2] - 2020-09-22 +## [3.0.1] - 2020-09-23 ### Changed or Fixed - Fix CVE-2020-24455 FAPI PolicyPCR not instatiating correctly Note that all TPM object created with a PolicyPCR with the currentPcrs and currentPcrsAndBank options have been created with an incorrect policy that ommits PCR checks. All these objects have to be recreated! - -## [3.0.1-rc1] - 2020-09-11 -### Changed or Fixed - Fix bug in FAPI NV creation with custom index values - -## [3.0.1-rc0] - 2020-09-07 -### Changed or Fixed - Cleanup of leftover sessions in error cases in FAPI - Better error messages in several FAPI errors - Add checks to FAPI policy paths diff --git a/configure.ac b/configure.ac index 953226880..a43658865 100755 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # All rights reserved. AC_INIT([tpm2-tss], - [3.0.1-rc2], + [3.0.1], [https://github.com/tpm2-software/tpm2-tss/issues], [], [https://github.com/tpm2-software/tpm2-tss])