Skip to content

Commit

Permalink
Update changelog for v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rfjakob committed Mar 17, 2019
1 parent 5857521 commit 8373959
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand All @@ -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
Expand Down

0 comments on commit 8373959

Please sign in to comment.