aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2021-06-05 14:47:57 +0200
committerJakob Unterwurzacher2021-06-05 14:47:57 +0200
commitc0e75302166c9a166526586690086dcd16eff2c2 (patch)
tree9008e916a6b0491b8411c8f84b61b5d6016cd478
parent5ed1a90c7efe6b4881021bb617777535fb3a5a37 (diff)
Update README for v2.0v2.0
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 53701d3..091c146 100644
--- a/README.md
+++ b/README.md
@@ -190,9 +190,13 @@ RM: 3.379
Changelog
---------
+v2.0, 2021-06-05
+* Fix a few [issues discovered by xfstests](https://github.com/rfjakob/fuse-xfstests/wiki/results_2021-05-19)
+ * Biggest change: rewrite SEEK_HOLE / SEEK_DATA logic (now emulates 4k alignment)
+
v2.0-beta4, 2021-05-15
-* Make ACLs *actually* work (pass `-acl` to enable) ([#536](https://github.com/rfjakob/gocryptfs/issues/536))
-* Blocklist RENAME_EXCHANGE and RENAME_WHITEOUT (broken as discovered by [fuse-xfstest/gocryptfs-2019-12](https://github.com/rfjakob/fuse-xfstests/tree/gocryptfs-2019-12))
+* **Make ACLs *actually* work (pass `-acl` to enable)** ([#536](https://github.com/rfjakob/gocryptfs/issues/536))
+* Blocklist `RENAME_EXCHANGE` and `RENAME_WHITEOUT` (broken as discovered by [fuse-xfstest/gocryptfs-2019-12](https://github.com/rfjakob/fuse-xfstests/tree/gocryptfs-2019-12))
v2.0-beta3, 2021-04-24
* MANPAGE: Split options into sections acc. to where they apply ([#517](https://github.com/rfjakob/gocryptfs/issues/517))