diff options
author | Jakob Unterwurzacher | 2017-04-29 15:11:17 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-04-29 15:11:17 +0200 |
commit | e135a72bda6ffa828e5445a16c349dd7017db282 (patch) | |
tree | 3637aa85f23a6431a014b3664394c437cd54650a /README.md | |
parent | edb3e19cb5543c580261052395d461fa47c7cf58 (diff) |
main: "--" should also block "-o" parsing
Includes test cases.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -162,6 +162,7 @@ v1.3 (in progress) * 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 v1.2.1, 2017-02-26 * Add an integrated speed test, `gocryptfs -speed` |