diff --git a/CMakeLists.txt b/CMakeLists.txt index 5509c86..62a2ad0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ project(EncFS C CXX) set (ENCFS_MAJOR 1) set (ENCFS_MINOR 9) -set (ENCFS_PATCH 4) +set (ENCFS_PATCH 5) set (ENCFS_VERSION "${ENCFS_MAJOR}.${ENCFS_MINOR}.${ENCFS_PATCH}") set (ENCFS_SOVERSION "${ENCFS_MAJOR}.${ENCFS_MINOR}") set (ENCFS_NAME "Encrypted Filesystem") diff --git a/ChangeLog b/ChangeLog index 65ff238..66238b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +v1.9.5 / 2018-04-27 +=================== + * Correct a int/off_t buffer overflow in getSize() + * Correct a possible write crash + * Correct encfsctl cat and add reverse cat + * Add -c & -u cmdline options + * Add --noattrcache & --nodatacache cmdline options + * Ignore .encfs6.xml file in reverse mode + * Do not count usage on root path (to avoid resetting the --idle option) + * Use stderr instead of stdout for error messages + * Add the ability to disable data encryption (absolutely discouraged) + * Add Cygwin support + v1.9.4 / 2018-01-28 =================== * Fix packaging error leading to wrong version output