From 5a5e4d2d68601eb9308b4f060a29076aa6852fce Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 13 Apr 2015 20:22:08 +0200 Subject: catlfish-0.6.0. --- NEWS.md | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index 3faccab..f8373bd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,15 +1,26 @@ -# Changes in version 0.6.0-dev +# Changes in version 0.6.0 - 2015-04-13 ## Features -- Implement pre-cert handling and get-entry-and-proof. Now fully +- Pre-cert handling and get-entry-and-proof implemented. Now fully RFC6962 protocol compliant. -- Add tools for merging, submitting certs and verifying - SCT's. Separate code base from catlfish and plop. - -## Bugfixes - -- Deliver valid SCT's. +- Submitted X.509 certificates and their chains are now validated. +- Application split into frontend, storage, signing and merge nodes. + Docker packaging added for running them. +- Tools for merging, submitting certs and verifying SCT's added. This + is a separate code base from catlfish and plop. +- A config compiler was added making it possible to generate Erlang + syntax configuration for a complex system from simpler yaml files. +- SCT caching added, not enabled by default. + +## Internal bigger changes + +- Add Erlang release management and a more controlled start process. +- Use mochiweb for serving httpd (replacing inets) and json encoding + and decoding (replacing jiffy). +- Add system and unit tests. +- catlfish/plop interface clean up. +- Use lager for logging and hackney for http client. # Changes in version 0.1.1 - 2014-09-20 -- cgit v1.1