Skip to content

Commit

Permalink
tss: Commit changelog and autotools version update
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Goldman <[email protected]>
  • Loading branch information
kgold2 committed Oct 14, 2024
1 parent 21c4f45 commit 851bdd1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
----------------
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

# Set package release version"
# After committing set git tag version.
AC_INIT(ibmtss, 2.3.1, [email protected])
AC_INIT(ibmtss, 2.4.0, [email protected])
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])

Expand Down
2 changes: 1 addition & 1 deletion tss2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 851bdd1

Please sign in to comment.