diff options
author | Jakob Unterwurzacher | 2017-05-22 21:42:47 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-05-22 21:42:47 +0200 |
commit | 5672e41f5a1ac0fb6c46e99c6bdeae0946a448c7 (patch) | |
tree | e1aa8cbe519273dfb89b6c71d3d71fd6948f4fe2 /README.md | |
parent | f5d6645a67d27433c2e372de0cb5922df4e2e66f (diff) |
README: v1.3.1 will be called v1.4
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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` |