diff options
author | Linus Nordberg <linus@nordu.net> | 2015-09-21 10:51:37 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2015-09-21 10:51:37 +0200 |
commit | 8949606c5c8e4eac53b16ecab03011a884e8c5ac (patch) | |
tree | 40c345575e5b4bcdd96e6c8f655c842216da1c86 /NEWS.md | |
parent | 7718fadbe531ac1b7c0b35527605bd8f20ac8045 (diff) |
NEWS.md wordsmithing.catlfish-0.8.0
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -9,11 +9,11 @@ ## Features -- Library call for plop verification of entries added. -- New config parameter 'mmd' (maximum merge delay in seconds). Used to - determine if an STH is fresh enough. Default if not configured is - 86400, equals 24 hours (closes CATLFISH-51). -- New config group 'ratelimits' (closes CATLFISH-52). +- Library call for verification of entries added, used by plop. +- New config parameter 'mmd' (maximum merge delay in seconds) + added. Used to determine if an STH is fresh. Default, if not + configured, is 86400, equals 24 hours (closes CATLFISH-51). +- New config group 'ratelimits' added (closes CATLFISH-52). - Verification of leaf data when read from disk (closes CATLFISH-50). - A new program, tools/storagegc.py, updates the lastverifiednewentry file for storage nodes to use in fetchnewentries (closes @@ -22,13 +22,13 @@ ## Bug fixes -- A bug with merging submitted root certs, i.e. lacking ExtraData has - been fixed (closes CATLFISH-45). +- A bug with merging root certs, i.e. lacking ExtraData has been fixed + (closes CATLFISH-45). - Merge now fsyncs the logorder file (closes CATLFISH-46). - A chain returned from the log (get-entries) now always contains a known root cert (closes CATLFISH-55). -- "Extra data" for precerts returned from the log is now conformant - with RFC6962 (closes CATLFISH-56). +- Extra data for precerts returned from the log is now conformant with + RFC6962 (closes CATLFISH-56). ## Code cleanup |