summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md27
1 files changed, 19 insertions, 8 deletions
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