From 5672e41f5a1ac0fb6c46e99c6bdeae0946a448c7 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 22 May 2017 21:42:47 +0200 Subject: [PATCH] README: v1.3.1 will be called v1.4 --- README.md | 4 ++-- 1 file 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`