aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2025-07-14 21:38:59 +0200
committerJakob Unterwurzacher2025-07-14 21:38:59 +0200
commit50dd22d6ffbc341a64c91c2fe209590d2c9010fc (patch)
tree53392371ac2e77b16602066f00a4699e6bdbf5b8
parent0c338cfc7a20ff2dc9d4ea7e93306411d276f15b (diff)
README: changelog for v2.6.0v2.6.0
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 63addd8..50e0254 100644
--- a/README.md
+++ b/README.md
@@ -201,6 +201,12 @@ RM: 2,367
Changelog
---------
+#### v2.6.0, 2025-07-14
+* Upgrade to go-fuse v2.8.0
+* Switch to the new go-fuse directory API( https://github.com/rfjakob/gocryptfs/commit/ae3c859c1179498a4882b4bd69c2243aa6912332 )
+* Fix `-force_owner` not allowing file/dir create ( https://github.com/rfjakob/gocryptfs/issues/783 )
+* Skip `TestBtrfsQuirks` if mkfs.btrfs is not installed ( https://github.com/rfjakob/gocryptfs/issues/930 )
+
#### v2.5.4, 2025-04-13
* Drop `GOAMD64=v2` from `build.bash`, there's user(s) still running `GOAMD64=v1` CPUs
([#908](https://github.com/rfjakob/gocryptfs/issues/908),