summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index c985a2a..84a5a6c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,12 @@
# Changes in version 0.8.0-dev
+## Incompatible changes
+
+- The file format for persistent storage of log entries have
+ changed. catlfish-0.8.0 is unable to read a database created by all
+ previous versions. Previous versions are unable to read a database
+ created by 0.8.0.
+
## Features
- Library call for plop verification of entries added.
@@ -13,6 +20,10 @@
- A bug with merging submitted 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).
## Code cleanup