diff options
author | Jakob Unterwurzacher | 2019-03-03 13:25:30 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2019-03-03 13:25:30 +0100 |
commit | cf27037f20723e934320edeff7f8aa356bdca467 (patch) | |
tree | b12428d172325fcfb517af26f7985651ef70e902 /README.md | |
parent | 61940a9c0666eba8be21de4f1cd182912f74f929 (diff) |
Allow multiple -extpass arguments
To support arguments containing spaces, -extpass can now
be passed multiple times.
https://github.com/rfjakob/gocryptfs/issues/289
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -182,6 +182,8 @@ v1.7, in progress (v1.7-beta1: 2019-01-03, v1.7-rc1: 2019-01-04) ([#320](https://github.com/rfjakob/gocryptfs/issues/320)). Prevents trouble in the unlikely case that gocryptfs is called with stdin,stdout and/or stderr closed. +* `-extpass` now can be specified multiple times to support arguments containing spaces + ([#289](https://github.com/rfjakob/gocryptfs/issues/289)) v1.6.1, 2018-12-12 * Fix "Operation not supported" chmod errors on Go 1.11 |