Skip to content

Commit

Permalink
README: update changelog for v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rfjakob committed Jun 20, 2017
1 parent bfe421b commit 609343a
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,12 @@ RM: 4.42
Changelog
---------

v1.4 (not yet released)
* Add `force_owner` option to allow files to be presented as owned by a
v1.4, 2017-06-20
* **Switch to static binary releases**
* From gocryptfs v1.4, I will only release statically-built binaries.
These support all Linux distributions but cannot use OpenSSL.
* OpenSSL is still supported - just compile from source!
* Add `-force_owner` option to allow files to be presented as owned by a
different user or group from the user running gocryptfs. Please see caveats
and guidance in the man page before using this functionality.
* Increase open file limit to 4096 ([#82](https://github.com/rfjakob/gocryptfs/issues/82)).
Expand All @@ -155,8 +159,12 @@ v1.4 (not yet released)
* Add more specific exit codes for the most common failure modes,
documented in [CLI_ABI.md](Documentation/CLI_ABI.md)
* Reverse mode: make sure hard-linked files always return the same
ciphertext [commit](https://github.com/rfjakob/gocryptfs/commit/9ecf2d1a3f69e3d995012073afe3fc664bd928f2)
ciphertext (commit 9ecf2d1a3f69e3d995012073afe3fc664bd928f2)
* Display a shorter, friendlier help text by default.
* Parallelize file content encryption by splitting data blocks into two
threads ([ticket#116](https://github.com/rfjakob/gocryptfs/issues/116))
* Prefetch random nonces in the background (commit 80516ed3351477793eec882508969b6b29b69b0a)
* Add `-info` option to pretty-print infos about a filesystem.

v1.3, 2017-04-29
* **Use HKDF to derive separate keys for GCM and EME**
Expand Down

0 comments on commit 609343a

Please sign in to comment.