From afcfb0e6cddcb2f932a58aa8d387b15ba7edad37 Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Tue, 28 May 2019 13:24:01 +0200 Subject: [PATCH] Release 2.1.4 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 0c6b941c2..2b5a72e1c 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.1.4_rc3] - 2019-05-22 +## [2.1.4] - 2019-05-28 ### Fixed - Fix computation of session name - -## [2.1.4_rc2] - 2019-05-16 -### Fixed - Fixed PolicyPassword handling of session Attributes - -## [2.1.4_rc1] - 2019-05-08 -### Fixed - Fixed windows build from dist ball - Fixed default tcti configure option - -## [2.1.4_rc0] - 2019-04-25 -### Fixed - Fixed nonce size calculation in ESYS sessions ## [2.1.3] - 2019-04-16 diff --git a/configure.ac b/configure.ac index 9674654c0..36830b8fc 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ # THE POSSIBILITY OF SUCH DAMAGE. #;**********************************************************************; AC_INIT([tpm2-tss], - [2.1.4_rc3], + [2.1.4], [https://github.com/tpm2-software/tpm2-tss/issues], [], [https://github.com/tpm2-software/tpm2-tss])