aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-10-30 16:48:02 +0100
committerJakob Unterwurzacher2016-10-30 16:48:02 +0100
commit1a847b8f008d4f4105443b2b0fde2c17d145e820 (patch)
treef029c61a7f25b0fb5b9fbe8393815b7f685e3b47
parentc2192cfcade7b6a165f32a1b7471dfb765e86e00 (diff)
Update README for v1.1.1v1.1.1
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 175a965..952c8a6 100644
--- a/README.md
+++ b/README.md
@@ -118,6 +118,13 @@ RM: 4.42
Changelog
---------
+v1.1.1, 2016-10-30
+* Fix a panic on setting file timestamps ([go-fuse#131](https://github.com/hanwen/go-fuse/pull/131))
+* Work around an issue in tmpfs that caused a panic in xfstests generic/075
+ ([gocryptfs#56](https://github.com/rfjakob/gocryptfs/issues/56))
+* Optimize NFS streaming writes
+ ([commit](https://github.com/rfjakob/gocryptfs/commit/a08d55f42d5b11e265a8617bee16babceebfd026))
+
v1.1, 2016-10-19
* **Add reverse mode ([#19](https://github.com/rfjakob/gocryptfs/issues/19))**
* AES-SIV (RFC5297) encryption to implement deterministic encryption