From 4ae323778ee8c262b144c39f7e15e8adc5eba295 Mon Sep 17 00:00:00 2001 From: Dmitry Kasatkin Date: Fri, 18 May 2012 18:29:55 +0300 Subject: [PATCH] Version 0.3 Signed-off-by: Dmitry Kasatkin --- ChangeLog | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9750bdc..ec645e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2012-05-18 Dmitry Kasatkin + + version 0.3 + * llistxattr returns 0 if there are no xattrs and it is valid + * Added entry type to directory hash calculation + * inline block variable renamed + * Remove forced tag creation + * Use libexec for programs and scripts + * Some files updated + * Do not search for algorithm as it is known + * Refactored to remove redundant hash initialization code + * Added hash calculation for special files + 2012-04-05 Dmitry Kasatkin version 0.2 diff --git a/configure.ac b/configure.ac index 7f7f446..d126788 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # autoconf script AC_PREREQ([2.65]) -AC_INIT(ima-evm-utils, 0.2, dmitry.kasatkin@intel.com) +AC_INIT(ima-evm-utils, 0.3, dmitry.kasatkin@intel.com) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4])