aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2025-08-10 21:04:09 +0200
committerJakob Unterwurzacher2025-08-10 21:04:09 +0200
commit25e85a4454e93643ad92397d01ed532a360d7ee2 (patch)
tree3abc7bc5dad15ce79fbc3ebb3143c41bf7552864
parent8d90c5e3d5cba48a097aadf9beba61c7a2301d85 (diff)
README: update changelog for v2.6.1HEADv2.6.1master
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index c01c0f5..4aced01 100644
--- a/README.md
+++ b/README.md
@@ -201,6 +201,13 @@ RM: 2,367
Changelog
---------
+#### v2.6.1, 2025-08-10
+* Fix warnings `cipherSize X: incomplete last block (Y bytes), padding to Z bytes`
+ (harmless but annoying, [#951](https://github.com/rfjakob/gocryptfs/issues/951))
+* MacOS: Fix GUI apps reporting failure to save files [#914](https://github.com/rfjakob/gocryptfs/issues/914)
+* MacOS: Fix `test-without-openssl.bash` trying to build tests with openssl enabled
+ ([2ebd0d754b8ee4](https://github.com/rfjakob/gocryptfs/commit/2ebd0d754b8ee46e6c65e90e1d1e13491b03b7b5))
+
#### 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 )