aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2017-06-20 19:56:38 +0200
committerJakob Unterwurzacher2017-06-20 19:56:38 +0200
commit609343accf37505fbf0f7916044f0318f35dac4f (patch)
tree6526c249534aea902036bb68550188542dc7594e
parentbfe421b32704e92075668adafc14424223b55b27 (diff)
README: update changelog for v1.4v1.4
-rw-r--r--README.md14
1 files changed, 11 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7902287..1c75618 100644
--- a/README.md
+++ b/README.md
@@ -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)).
@@ -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**