diff options
author | Jakob Unterwurzacher | 2016-06-10 09:52:49 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-06-10 09:52:49 +0200 |
commit | d8d194e702324bbd4090ec650174d78ee7b26245 (patch) | |
tree | edc9ffc5ed475e5f26121edf3b6e03531d9b31e3 | |
parent | 8621a7882bb41b2f1474d399b36616a44845991b (diff) |
README: Mention Go 1.6.2
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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`** |