summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2017-03-01 09:50:48 +0100
committerLinus Nordberg <linus@nordu.net>2017-03-01 09:50:48 +0100
commit088ef3596d44b5c4bd5eec03296ca78fd86b7a88 (patch)
tree11e7f48163c7cbb52bbb738b7a1476baa03b59ea
parent59f72f3e2d5668d10c93c32de51e0e23e762ff32 (diff)
Add a NEWS entry.
-rw-r--r--NEWS.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 144aa96..28caec3 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,14 @@
+# Changes in catlfish 1.0.1-alpha-dev
+
+## Features
+
+- New configuration option 'storage-sign-quorum-size' determines the
+ minimum number of storage nodes successfully storing an entry in
+ order for signing nodes to generate an SCT for it. This prevents a
+ rouge frontend node from sending out an SCT for an entry that will
+ never be merged. An effect of this is that the SCT cache is now
+ mandatory and can not be disabled.
+
# Changes in catlfish 0.10.0 - 2017-02-11
## Incompatible changes