Skip to content

Commit

Permalink
README: update changelog for v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rfjakob committed Jun 10, 2023
1 parent 3058b79 commit 8979cca
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,13 @@ RM: 2,367
Changelog
---------

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

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

0 comments on commit 8979cca

Please sign in to comment.