summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 0bea6ed..7984bd2 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,7 +2,17 @@
## Features
-- frontend/sendsth now verifies the content of entries received.
+- frontend/sendsth now verifies the content of entries received,
+ keeping track of how far it has verified in order to be able to
+ resume verification in case of timeout (closes CATLFISH-53).
+
+- Creation of certindex files has moved from frontend/sendlog to
+ frontend/sendsth (closes CATLFISH-58).
+
+- storage/fetchnewentries now returns only those entries newer than
+ what the lastverifiednewentry file says, i.e. new entries (closes
+ CATLFISH-54). catlfish/tools/storagegc.py can be used to keep that
+ updated.
## Bug fixes