diff --git a/NEWS b/NEWS index 3cfa59d..1530eb3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +2020-10-28 Mimi Zohar + + version 1.3.2: + * Bugfixes: importing keys + * NEW: Docker based travis distro testing + * Travis bugfixes, code cleanup, software version update, + and script removal + * Initial travis testing + 2020-08-11 Mimi Zohar version 1.3.1: diff --git a/configure.ac b/configure.ac index 7aed0ce..e1ed100 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # autoconf script AC_PREREQ([2.65]) -AC_INIT(ima-evm-utils, 1.3.1, zohar@linux.ibm.com) +AC_INIT(ima-evm-utils, 1.3.2, 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 b5c7f79..c342cc0 100644 --- a/packaging/ima-evm-utils.spec +++ b/packaging/ima-evm-utils.spec @@ -1,5 +1,5 @@ Name: ima-evm-utils -Version: 1.3.1 +Version: 1.3.2 Release: 1%{?dist} Summary: ima-evm-utils - IMA/EVM control utility Group: System/Libraries