Skip to content

Commit 8979cca

Browse files
committed
README: update changelog for v2.4.0
1 parent 3058b79 commit 8979cca

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,13 @@ RM: 2,367
195195
Changelog
196196
---------
197197

198-
#### vNEXT, in progress
199-
* Attempt to directly call mount(2) before trying fusermount. This means we
200-
can do without fusermount if running as root or in a root-like namespace
201-
([#697](https://github.com/rfjakob/gocryptfs/issues/697)).
198+
#### v2.4.0, 2023-06-10
199+
* Try the `mount(2)` syscall before falling back to `fusermount(1)`. This means we
200+
don't need `fusermount(1)` at all if running as root or in a root-like namespace
201+
([#697](https://github.com/rfjakob/gocryptfs/issues/697))
202+
* Fix `-extpass` mis-parsing commas ([#730](https://github.com/rfjakob/gocryptfs/issues/730))
203+
* Fix `rm -R` mis-reporting `write-protected directory` on gocryptfs on sshfs
204+
([commit](https://github.com/rfjakob/gocryptfs/commit/09954c4bdecf0ca6da65776f176dc934ffced2b0))
202205

203206
#### v2.3.2, 2023-04-29
204207
* Fix incorrect file size reported after hard link creation

0 commit comments

Comments
 (0)