diff options
author | Jakob Unterwurzacher | 2023-06-10 16:31:49 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2023-06-10 16:31:49 +0200 |
commit | 8979cca43ea2ed15cf6ff577619298b9473d2882 (patch) | |
tree | 1ca03ebb8d49c10db7bab63398cc2f5930a2f107 /README.md | |
parent | 3058b7978fd8dabd3e8565c9be816b1367bd196a (diff) |
README: update changelog for v2.4.0v2.4.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 |