diff options
author | Jakob Unterwurzacher | 2017-05-15 00:10:42 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-05-15 00:11:33 +0200 |
commit | f5d6645a67d27433c2e372de0cb5922df4e2e66f (patch) | |
tree | f8af2c5435e30c050839aefa10fef2481fedecd8 | |
parent | 86c06fc172d347d78956499e61cf84d8075172c9 (diff) |
README: start changelog for v1.3.1
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -143,6 +143,15 @@ RM: 4.42 Changelog --------- +v1.3.1 (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 + normal and reverse mode support both decryption and encryption of + paths via ctlsock. +* Add more specific exit codes for the most common failure modes, + documented in [CLI_ABI.md](Documentation/CLI_ABI.md) + v1.3, 2017-04-29 * **Use HKDF to derive separate keys for GCM and EME** * New feature flag: `HKDF` (enabled by default) |