aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index f5da17a..71a1040 100644
--- a/README.md
+++ b/README.md
@@ -97,6 +97,13 @@ The output should look like this:
Changelog
---------
+v0.7.2
+* **Fix in small file creation**
+ * This brings performance on-par with EncFS paranoia mode, with streaming writes
+ significantly faster
+ * The actual [fix](https://github.com/hanwen/go-fuse/commit/c4b6b7949716d13eec856baffc7b7941ae21778c)
+ is in the go-fuse library. There are no code changes in gocryptfs.
+
v0.7.1
* Make the `build.bash` script compatible with Go 1.3
* Disable fallocate on OSX (system call not availabe)