diff --git a/ChangeLog b/ChangeLog index 3ead819..1129d42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2014-09-23 Dmitry Kasatkin + + version 0.9 + * Updated README + * man page generated and added to the package + * Use additional SMACK xattrs for EVM signature generation + * Signing functions moved to libimaevm for external use (RPM) + * Fixed setting of correct hash header + 2014-05-05 Dmitry Kasatkin version 0.8 diff --git a/configure.ac b/configure.ac index 78821c5..5e5ea21 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # autoconf script AC_PREREQ([2.65]) -AC_INIT(ima-evm-utils, 0.8, d.kasatkin@samsung.com) +AC_INIT(ima-evm-utils, 0.9, d.kasatkin@samsung.com) AM_INIT_AUTOMAKE 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 cc90465..7ae326f 100644 --- a/packaging/ima-evm-utils.spec +++ b/packaging/ima-evm-utils.spec @@ -1,5 +1,5 @@ Name: ima-evm-utils -Version: 0.8 +Version: 0.9 Release: 1%{?dist} Summary: ima-evm-utils - IMA/EVM control utility Group: System/Libraries