summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2017-05-22 21:42:47 +0200
committerJakob Unterwurzacher2017-05-22 21:42:47 +0200
commit5672e41f5a1ac0fb6c46e99c6bdeae0946a448c7 (patch)
treee1aa8cbe519273dfb89b6c71d3d71fd6948f4fe2
parentf5d6645a67d27433c2e372de0cb5922df4e2e66f (diff)
README: v1.3.1 will be called v1.4
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ff30582..f079fa5 100644
--- a/README.md
+++ b/README.md
@@ -143,7 +143,7 @@ RM: 4.42
Changelog
---------
-v1.3.1 (not yet released)
+v1.4 (not yet released)
* Increase open file limit to 4096 ([#82](https://github.com/rfjakob/gocryptfs/issues/82)).
* Implement path decryption via ctlsock ([#84](https://github.com/rfjakob/gocryptfs/issues/84)).
Previously, decryption was only implemented for reverse mode. Now both
@@ -171,7 +171,7 @@ v1.3, 2017-04-29
* Use stable 64-bit inode numbers in reverse mode
* This may cause problems for very old 32-bit applications
that were compiled without Large File Support.
-* Passing "--" now also block "-o" parsing
+* Passing "--" now also blocks "-o" parsing
v1.2.1, 2017-02-26
* Add an integrated speed test, `gocryptfs -speed`