From f5d6645a67d27433c2e372de0cb5922df4e2e66f Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 15 May 2017 00:10:42 +0200 Subject: [PATCH] README: start changelog for v1.3.1 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index dc3fce1..ff30582 100644 --- a/README.md +++ b/README.md @@ -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)