70 lines
2.0 KiB
Diff
70 lines
2.0 KiB
Diff
From 851bdd1ba8f5bda7f739161ec8db27f3df383751 Mon Sep 17 00:00:00 2001
|
|
From: Ken Goldman <kgold@linux.ibm.com>
|
|
Date: Mon, 14 Oct 2024 14:05:24 -0400
|
|
Subject: [PATCH] tss: Commit changelog and autotools version update
|
|
|
|
Signed-off-by: Ken Goldman <kgold@linux.ibm.com>
|
|
---
|
|
ChangeLog | 12 ++++++++++++
|
|
configure.ac | 6 +++---
|
|
tss2.spec | 2 +-
|
|
3 files changed, 16 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/ChangeLog b/ChangeLog
|
|
index b2433926fa3e..024eda389b88 100644
|
|
--- a/ChangeLog
|
|
+++ b/ChangeLog
|
|
@@ -1,3 +1,15 @@
|
|
+----------------
|
|
+Changes in 2.4.0
|
|
+----------------
|
|
+
|
|
+Add support for SHA-256, SHA-384, and SHA-512 IMA event logs. Add
|
|
+local command line support and update the API to support
|
|
+attestation. Add known value test to event regression tests. Change
|
|
+the -ty switch to -ealg for event log angorithms.
|
|
+
|
|
+Add support for EK intermediate certificates in the IWG standard
|
|
+locations.
|
|
+
|
|
----------------
|
|
Changes in 2.3 1
|
|
----------------
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 081bc19528e0..30e9254b339a 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -3,13 +3,13 @@
|
|
|
|
# Set package release version"
|
|
# After committing set git tag version.
|
|
-AC_INIT(ibmtss, 2.3.1, kgold@linux.ibm.com)
|
|
+AC_INIT(ibmtss, 2.4.0, kgold@linux.ibm.com)
|
|
AC_PREREQ([2.63])
|
|
|
|
# Convert major.minor.micro to libtool versioning (current-revision-age)
|
|
TSSLIB_VER_MAJOR=2
|
|
-TSSLIB_VER_MINOR=3
|
|
-TSSLIB_VER_MICRO=1
|
|
+TSSLIB_VER_MINOR=4
|
|
+TSSLIB_VER_MICRO=0
|
|
TSSLIB_VERSION_INFO=`expr $TSSLIB_VER_MAJOR + $TSSLIB_VER_MINOR`:$TSSLIB_VER_MICRO:$TSSLIB_VER_MINOR
|
|
AC_SUBST([TSSLIB_VERSION_INFO], [$TSSLIB_VERSION_INFO])
|
|
|
|
diff --git a/tss2.spec b/tss2.spec
|
|
index e32583d69b11..68c2047f96f5 100644
|
|
--- a/tss2.spec
|
|
+++ b/tss2.spec
|
|
@@ -7,7 +7,7 @@
|
|
|
|
Name: tss2
|
|
# this is the release of the TSS library
|
|
-Version: 2.3.2
|
|
+Version: 2.4.0
|
|
# this is the release of the fedora package, goes back to 1 when version changes
|
|
Release: 1%{?dist}
|
|
Epoch: 1
|
|
--
|
|
2.46.1
|
|
|