From d8d194e702324bbd4090ec650174d78ee7b26245 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Fri, 10 Jun 2016 09:52:49 +0200 Subject: [PATCH] README: Mention Go 1.6.2 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 61faead..60c9cf5 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,8 @@ v0.11, 2016-06-07 join the discussion * Add rsync stress test "pingpong-rsync.bash" ** Fix chown and utimens failures that caused rsync to complain +* Build release binaries with Go 1.6.2 +** Big speedup for CPUs with AES-NI, see [#23](https://github.com/rfjakob/gocryptfs/issues/23)) v0.10, 2016-05-30 * **Replace `spacemonkeygo/openssl` with `stupidgcm`**