From 8621a7882bb41b2f1474d399b36616a44845991b Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Fri, 10 Jun 2016 09:33:06 +0200 Subject: [PATCH] Update README for v0.11 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 61ebd36..61faead 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,14 @@ RM: 4.42 Changelog --------- +v0.11, 2016-06-07 +* Deprecate filesystems created by v0.6 and older + * Filesystems can still be mounted but a warning is printed + * See https://github.com/rfjakob/gocryptfs/issues/29 for details and + join the discussion +* Add rsync stress test "pingpong-rsync.bash" +** Fix chown and utimens failures that caused rsync to complain + v0.10, 2016-05-30 * **Replace `spacemonkeygo/openssl` with `stupidgcm`** * gocryptfs now has its own thin wrapper to OpenSSL's GCM implementation