mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 15:33:16 +01:00
Update changelog + bump version for v1.9.2
This commit is contained in:
parent
9ed8d704dd
commit
514bfd34da
@ -8,7 +8,7 @@ project(EncFS C CXX)
|
||||
|
||||
set (ENCFS_MAJOR 1)
|
||||
set (ENCFS_MINOR 9)
|
||||
set (ENCFS_PATCH 1)
|
||||
set (ENCFS_PATCH 2)
|
||||
set (ENCFS_VERSION "${ENCFS_MAJOR}.${ENCFS_MINOR}.${ENCFS_PATCH}")
|
||||
set (ENCFS_SOVERSION "${ENCFS_MAJOR}.${ENCFS_MINOR}")
|
||||
set (ENCFS_NAME "Encrypted Filesystem")
|
||||
|
11
ChangeLog
11
ChangeLog
@ -1,6 +1,15 @@
|
||||
v1.9.2 / 2017-07-25
|
||||
===================
|
||||
* fix a use-after-free bug that was introduced in v1.9-rc1 (#214)
|
||||
* cast booleans to int before writing the XML config (#343)
|
||||
* support reading the config file from pipes (#253)
|
||||
* add "-t" option to set syslog tag
|
||||
* allow read/write in standard reverse mode (#301)
|
||||
* reject empty passwords
|
||||
* support building with openssl 1.1
|
||||
|
||||
v1.9.1 / 2016-09-18
|
||||
==================
|
||||
===================
|
||||
* add filehandle null check
|
||||
* bump version to 1.9.1
|
||||
* prevent crash in elpp when verbose logging is enabled
|
||||
|
Loading…
Reference in New Issue
Block a user