From 36b1539c82bf675265d6f6a6cd808a189b6971f4 Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Tue, 28 May 2019 13:22:36 +0200 Subject: [PATCH] Release 2.2.3 Signed-off-by: Andreas Fuchs --- CHANGELOG.md | 11 +---------- configure.ac | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2312277f2..a19ed8bc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,21 +3,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) -## [2.2.3_rc3] - 2019-05-22 +## [2.2.3] - 2019-05-28 ### Fixed - Fix computation of session name - -## [2.2.3_rc2] - 2019-05-16 -### Fixed - Fixed PolicyPassword handling of session Attributes - -## [2.2.3_rc1] - 2019-05-08 -### Fixed - Fixed windows build from dist ball - Fixed default tcti configure option - -## [2.2.3_rc0] - 2019-04-25 -### Fixed - Fixed nonce size calculation in ESYS sessions ## [2.2.2] - 2019-03-28 diff --git a/configure.ac b/configure.ac index 1de3bcb57..6c7b0fd96 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # All rights reserved. AC_INIT([tpm2-tss], - [2.2.3_rc3], + [2.2.3], [https://github.com/tpm2-software/tpm2-tss/issues], [], [https://github.com/tpm2-software/tpm2-tss])