From 514bfd34dab34a9b36670bb23928b2ad82e34432 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Tue, 25 Jul 2017 20:26:05 +0200 Subject: [PATCH] Update changelog + bump version for v1.9.2 --- CMakeLists.txt | 2 +- ChangeLog | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7998f9a..f71e4bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/ChangeLog b/ChangeLog index 27381e4..5d38a0d 100644 --- a/ChangeLog +++ b/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