Changelog 1.9.5

This commit is contained in:
Ben RUBSON 2018-04-27 10:52:22 +02:00 committed by GitHub
parent 4131875b1e
commit 7fc3730f67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View File

@ -10,7 +10,7 @@ project(EncFS C CXX)
set (ENCFS_MAJOR 1) set (ENCFS_MAJOR 1)
set (ENCFS_MINOR 9) set (ENCFS_MINOR 9)
set (ENCFS_PATCH 4) set (ENCFS_PATCH 5)
set (ENCFS_VERSION "${ENCFS_MAJOR}.${ENCFS_MINOR}.${ENCFS_PATCH}") set (ENCFS_VERSION "${ENCFS_MAJOR}.${ENCFS_MINOR}.${ENCFS_PATCH}")
set (ENCFS_SOVERSION "${ENCFS_MAJOR}.${ENCFS_MINOR}") set (ENCFS_SOVERSION "${ENCFS_MAJOR}.${ENCFS_MINOR}")
set (ENCFS_NAME "Encrypted Filesystem") set (ENCFS_NAME "Encrypted Filesystem")

View File

@ -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 v1.9.4 / 2018-01-28
=================== ===================
* Fix packaging error leading to wrong version output * Fix packaging error leading to wrong version output