Skip to content

Commit 8cb104f

Browse files
committed
Update README for v1.7.1
1 parent 65bc006 commit 8cb104f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ RM: 3.379
187187
Changelog
188188
---------
189189

190-
vNEXT, in progress
190+
v1.7.1, in progress
191191
* Support wild cards in reverse mode via `--exclude-wildcard`
192192
([#367](https://github.com/rfjakob/gocryptfs/pull/367)). Thanks @ekalin!
193193
* Create `gocryptfs.diriv` files with 0440 permissions to make it easier to
@@ -200,6 +200,11 @@ vNEXT, in progress
200200
([#400](https://github.com/rfjakob/gocryptfs/issues/400))
201201
* Fix `-idle` unmounting the filesystem despite recent activity
202202
([#421](https://github.com/rfjakob/gocryptfs/issues/421))
203+
* **Fix a race condition related to inode number reuse
204+
([#363](https://github.com/rfjakob/gocryptfs/issues/363))**.
205+
It could be triggered by concurrently creating and deleting files and can lead to data loss
206+
in the affected file. This bug was found by the automated tests on Travis
207+
and was very hard to trigger locally.
203208

204209
v1.7, 2019-03-17
205210
* **Fix possible symlink race attacks in forward mode** when using allow_other + plaintextnames

0 commit comments

Comments
 (0)