aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2019-03-17 16:59:11 +0100
committerJakob Unterwurzacher2019-03-17 16:59:11 +0100
commit8373959c951e0557ef77ed3eb56d0c9a94fc8f8a (patch)
tree30fc9b0712bdb02b530aa0739c027a8c5b14148d
parent5857521b40c3d7b9a8f92d6116d398553db10a2e (diff)
Update changelog for v1.7v1.7
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
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