summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e9dc8c2..073f2d9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,6 @@
keysafe (0.20160820) UNRELEASED; urgency=medium
- * Server implementation.
+ * Server implementation is ready for deployment.
* Removed embedded copy of secret-sharing library, since finite-field
only supports prime fields. This caused shares to be twice the size of
the input value.
@@ -9,6 +9,7 @@ keysafe (0.20160820) UNRELEASED; urgency=medium
* Tuned argon2 hash parameters on better hardware than my fanless laptop.
* Improve time estimates, taking into account the number of cores.
* Added basic test suite.
+ * Added options: --store-directory
-- Joey Hess <id@joeyh.name> Mon, 22 Aug 2016 13:56:16 -0400