From 97b912a7277747db1aca74c7d922e37d41b4f9a8 Mon Sep 17 00:00:00 2001 From: Mimi Zohar Date: Tue, 4 Aug 2020 09:51:51 -0400 Subject: [PATCH] Release version 1.3.1 Releasing v1.3.1 so quickly after v1.3 is to address a couple of distro build issues. A few additional changes, that were not quite ready for the 1.3 release, are included as well. Refer to "NEWS" for a summary of these changes. Signed-off-by: Mimi Zohar --- NEWS | 9 +++++++++ configure.ac | 2 +- packaging/ima-evm-utils.spec | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index d8ba520..3cfa59d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +2020-08-11 Mimi Zohar + + version 1.3.1: + * "--pcrs" support for per crypto algorithm + * Drop/rename "ima_measurement" options + * Moved this summary from "Changelog" to "NEWS", removing + requirement for GNU empty files + * Distro build fixes + 2020-07-21 Mimi Zohar version 1.3 new features: diff --git a/configure.ac b/configure.ac index 971a712..6f16cf5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # autoconf script AC_PREREQ([2.65]) -AC_INIT(ima-evm-utils, 1.3, zohar@linux.ibm.com) +AC_INIT(ima-evm-utils, 1.3.1, zohar@linux.ibm.com) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/packaging/ima-evm-utils.spec b/packaging/ima-evm-utils.spec index 588f93a..b5c7f79 100644 --- a/packaging/ima-evm-utils.spec +++ b/packaging/ima-evm-utils.spec @@ -1,5 +1,5 @@ Name: ima-evm-utils -Version: 1.3 +Version: 1.3.1 Release: 1%{?dist} Summary: ima-evm-utils - IMA/EVM control utility Group: System/Libraries