summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Unterwurzacher2017-03-19 19:48:23 +0100
committerJakob Unterwurzacher2017-03-19 19:48:23 +0100
commit0bb09ba5835659787d1e5d0be9ea7b1c306e019b (patch)
tree3c4af4b5c407f85bb3160d43eb777d4ddb0eb10f /README.md
parentf1dbd19fe9f277430f4edc1501f4fb5dd8f745b1 (diff)
README: mention -serialize_reads
...and v1.3-beta1
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index a12c08e..df207d9 100644
--- a/README.md
+++ b/README.md
@@ -138,7 +138,7 @@ RM: 4.42
Changelog
---------
-v1.3 (not released yet)
+v1.3-beta1
* **Use HKDF to derive separate keys for GCM and EME**
* New feature flag: `HKDF` (enabled by default)
* This is a forwards-compatible change. gocryptfs v1.3 can mount
@@ -146,6 +146,10 @@ v1.3 (not released yet)
* Enable Raw64 filename encoding by default (gets rid of trailing `==` characters)
* Drop Go 1.4 compatibility. You now need Go 1.5 (released 2015-08-19)
or higher to build gocryptfs.
+* Add `-serialize_reads` command-line option
+ * This can greatly improve performance on storage
+ that is very slow for concurrent out-of-order reads. Example:
+ Amazon Cloud Drive ([#92](https://github.com/rfjakob/gocryptfs/issues/92)
v1.2.1, 2017-02-26
* Add an integrated speed test, `gocryptfs -speed`