README: start changelog for v1.3.1

This commit is contained in:
Jakob Unterwurzacher 2017-05-15 00:10:42 +02:00
parent 86c06fc172
commit f5d6645a67
1 changed files with 9 additions and 0 deletions

View File

@ -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)