From 4b56112c095cb5cc34dc35abac37ebfc6eadba65 Mon Sep 17 00:00:00 2001 From: Dmitry Kasatkin Date: Thu, 30 Jul 2015 21:28:53 +0300 Subject: [PATCH] Release version 1.0 Signed-off-by: Dmitry Kasatkin --- ChangeLog | 9 +++++++++ configure.ac | 2 +- packaging/ima-evm-utils.spec | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1129d42..1adc3f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2014-07-30 Dmitry Kasatkin + + version 1.0 + * Recursive hashing + * Immutable EVM signatures (experimental) + * Command 'ima_clear' to remove xattrs + * Support for passing password to the library + * Support for asking password safely from the user + 2014-09-23 Dmitry Kasatkin version 0.9 diff --git a/configure.ac b/configure.ac index 5e5ea21..d834226 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # autoconf script AC_PREREQ([2.65]) -AC_INIT(ima-evm-utils, 0.9, d.kasatkin@samsung.com) +AC_INIT(ima-evm-utils, 1.0, dmitry.kasatkin@huawei.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 7ae326f..092b9cb 100644 --- a/packaging/ima-evm-utils.spec +++ b/packaging/ima-evm-utils.spec @@ -1,5 +1,5 @@ Name: ima-evm-utils -Version: 0.9 +Version: 1.0 Release: 1%{?dist} Summary: ima-evm-utils - IMA/EVM control utility Group: System/Libraries