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])