diff --git a/ChangeLog b/ChangeLog index 79b1e3d..1b85bc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2014-02-17 Dmitry Kasatkin + + version 0.7 + * Fix symbolic links related bugs + * Provide recursive fixing + * Provide recursive signing + * Move IMA verification to the library (first for LTP use) + * Support for target architecture data size + * Remove obsolete module signing code + * Code cleanup + 2013-08-28 Dmitry Kasatkin version 0.6 diff --git a/configure.ac b/configure.ac index 09398f0..3175003 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # autoconf script AC_PREREQ([2.65]) -AC_INIT(ima-evm-utils, 0.6, d.kasatkin@samsung.com) +AC_INIT(ima-evm-utils, 0.7, 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 c46eb06..2afb966 100644 --- a/packaging/ima-evm-utils.spec +++ b/packaging/ima-evm-utils.spec @@ -1,5 +1,5 @@ Name: ima-evm-utils -Version: 0.6 +Version: 0.7 Release: 1%{?dist} Summary: ima-evm-utils - IMA/EVM control utility Group: System/Libraries