From b07aba516fdaa5b51e38185f765ff08b1dee9b2e Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Mon, 23 Nov 2020 11:00:45 +0100 Subject: [PATCH] Release Candidate 3.0.3-rc0 Signed-off-by: Andreas Fuchs --- CHANGELOG.md | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a28c7f59a..abd320e4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ 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.3-rc0] - 2020-11-23 +### Changed or Fixed +- Fix Regression in Fapi_List +- Fix memory leak in policy calculation + ## [3.0.2] - 2020-11-20 ### Changed or Fixed - FAPI: Fix setting of the system flag of NV objects diff --git a/configure.ac b/configure.ac index 532d2e915..7b12426d1 100755 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # All rights reserved. AC_INIT([tpm2-tss], - [3.0.2], + [3.0.3-rc0], [https://github.com/tpm2-software/tpm2-tss/issues], [], [https://github.com/tpm2-software/tpm2-tss])