From 8373959c951e0557ef77ed3eb56d0c9a94fc8f8a Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 17 Mar 2019 16:59:11 +0100 Subject: Update changelog for v1.7 --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index f61d49e..ba01220 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,9 @@ RM: 3.379 Changelog --------- -v1.7, in progress (v1.7-beta1: 2019-01-03, v1.7-rc1: 2019-01-04) +vNEXT, in progress + +v1.7, 2019-03-17 * **Fix possible symlink race attacks in forward mode** when using allow_other + plaintextnames * If you use *both* `-allow_other` *and* `-plaintextnames`, you should upgrade. Malicious users could trick gocryptfs into modifying files outside of `CIPHERDIR`, @@ -184,6 +186,12 @@ v1.7, in progress (v1.7-beta1: 2019-01-03, v1.7-rc1: 2019-01-04) stdin,stdout and/or stderr closed. * `-extpass` now can be specified multiple times to support arguments containing spaces ([#289](https://github.com/rfjakob/gocryptfs/issues/289)) +* Drop Fstatat, Mkdirat, Syslinkat, Fchownat, Unlinkat, Renameat, Openat emulation of MacOS + and instead use native functions (thanks @slackner !) +* Use `Setreuid` to robustly set the owner with allow_other (@slackner, + ([commit](https://github.com/rfjakob/gocryptfs/commit/03b9d65cce53fb95b7d489ecd03d0853b9b923fb))) +* Pack the rendered man page into the source code archive for user convenience + ([issue 355](https://github.com/rfjakob/gocryptfs/issues/355)) v1.6.1, 2018-12-12 * Fix "Operation not supported" chmod errors on Go 1.11 -- cgit v1.2.3