diff options
author | Jakob Unterwurzacher | 2025-08-10 21:04:09 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2025-08-10 21:04:09 +0200 |
commit | 25e85a4454e93643ad92397d01ed532a360d7ee2 (patch) | |
tree | 3abc7bc5dad15ce79fbc3ebb3143c41bf7552864 | |
parent | 8d90c5e3d5cba48a097aadf9beba61c7a2301d85 (diff) |
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 ) |