diff --git a/ChangeLog b/ChangeLog index 8691eeb..2b1df33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +Sun Mar 22 2015 Jakob Unterwurzacher + * release version 1.8.1 + * reverse: re-enable kernel cache (bug #60) + * reverse mode: disable unique IV by default + * add "make benchmark-reverse" + * remove "-o default_permissions" to improve performance + +Fri Mar 20 2015 Eric Swanson + * add option "--require-macs" (bug #14) + +Fri Mar 13 2015 Valient Gough + * add po files to git (bug #63) + +Mon Mar 9 2015 Jakob Unterwurzacher + * release version 1.8 + * improve automatic test converage: also test reverse mode (make test) + * add automatic benchmark (make benchmark) + * compare MAC in constant time ( fixes bug #12 ) + * lots of fixes to make building on OSX easier + Sun Nov 23 2014 Jakob Unterwurzacher * add per-file IVs to reverse mode * add --nocache option diff --git a/configure.ac b/configure.ac index cbf003e..7db5d12 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([encfs], [1.8]) +AC_INIT([encfs], [1.8.1]) AC_CONFIG_SRCDIR([encfs/encfs.h]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])