Skip to content

Commit 8373959

Browse files
committed
Update changelog for v1.7
1 parent 5857521 commit 8373959

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,9 @@ RM: 3.379
161161
Changelog
162162
---------
163163

164-
v1.7, in progress (v1.7-beta1: 2019-01-03, v1.7-rc1: 2019-01-04)
164+
vNEXT, in progress
165+
166+
v1.7, 2019-03-17
165167
* **Fix possible symlink race attacks in forward mode** when using allow_other + plaintextnames
166168
* If you use *both* `-allow_other` *and* `-plaintextnames`, you should upgrade.
167169
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)
184186
stdin,stdout and/or stderr closed.
185187
* `-extpass` now can be specified multiple times to support arguments containing spaces
186188
([#289](https://github.com/rfjakob/gocryptfs/issues/289))
189+
* Drop Fstatat, Mkdirat, Syslinkat, Fchownat, Unlinkat, Renameat, Openat emulation of MacOS
190+
and instead use native functions (thanks @slackner !)
191+
* Use `Setreuid` to robustly set the owner with allow_other (@slackner,
192+
([commit](https://github.com/rfjakob/gocryptfs/commit/03b9d65cce53fb95b7d489ecd03d0853b9b923fb)))
193+
* Pack the rendered man page into the source code archive for user convenience
194+
([issue 355](https://github.com/rfjakob/gocryptfs/issues/355))
187195

188196
v1.6.1, 2018-12-12
189197
* Fix "Operation not supported" chmod errors on Go 1.11

0 commit comments

Comments
 (0)