File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -195,10 +195,13 @@ RM: 2,367
195195Changelog
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
You can’t perform that action at this time.
0 commit comments