README: update changelog for v1.4
This commit is contained in:
parent
bfe421b327
commit
609343accf
14
README.md
14
README.md
@ -143,8 +143,12 @@ RM: 4.42
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
v1.4 (not yet released)
|
v1.4, 2017-06-20
|
||||||
* Add `force_owner` option to allow files to be presented as owned by a
|
* **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
|
different user or group from the user running gocryptfs. Please see caveats
|
||||||
and guidance in the man page before using this functionality.
|
and guidance in the man page before using this functionality.
|
||||||
* Increase open file limit to 4096 ([#82](https://github.com/rfjakob/gocryptfs/issues/82)).
|
* Increase open file limit to 4096 ([#82](https://github.com/rfjakob/gocryptfs/issues/82)).
|
||||||
@ -155,8 +159,12 @@ v1.4 (not yet released)
|
|||||||
* Add more specific exit codes for the most common failure modes,
|
* Add more specific exit codes for the most common failure modes,
|
||||||
documented in [CLI_ABI.md](Documentation/CLI_ABI.md)
|
documented in [CLI_ABI.md](Documentation/CLI_ABI.md)
|
||||||
* Reverse mode: make sure hard-linked files always return the same
|
* 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.
|
* 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
|
v1.3, 2017-04-29
|
||||||
* **Use HKDF to derive separate keys for GCM and EME**
|
* **Use HKDF to derive separate keys for GCM and EME**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user