summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS.md10
-rw-r--r--ebin/catlfish.app7
2 files changed, 8 insertions, 9 deletions
diff --git a/NEWS.md b/NEWS.md
index a04ae6f..3faccab 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,11 +1,11 @@
-# Changes in version 0.2.0-dev - 2014-??-??
+# Changes in version 0.6.0-dev
## Features
-- Add release management and a more controlled start process.
-- Add tools for submitting certs and verifying SCT's. Separate code
- base from catlfish and plop.
-- Implement v1/get-entry-and-proof.
+- Implement pre-cert handling and get-entry-and-proof. Now fully
+ RFC6962 protocol compliant.
+- Add tools for merging, submitting certs and verifying
+ SCT's. Separate code base from catlfish and plop.
## Bugfixes
diff --git a/ebin/catlfish.app b/ebin/catlfish.app
index d97e1be..2101a24 100644
--- a/ebin/catlfish.app
+++ b/ebin/catlfish.app
@@ -1,12 +1,11 @@
%%% Copyright (c) 2014, NORDUnet A/S.
%%% See LICENSE for licensing information.
-%% Application resource file for catlfish (in -*- erlang -*- mode).
-%% Point out the proper configuration file (-config catlfish) when
-%% starting beam.
+%% Application resource file for catlfish.
+
{application, catlfish,
[{description, "catlfish -- Certificate Transparency Log Server"},
- {vsn, "0.2.0-dev"},
+ {vsn, "0.6.0-dev"},
{modules, [catlfish, catlfish_app, catlfish_sup, catlfish_web, v1, x509]},
{applications, [kernel, stdlib, plop, lager, mochiweb, idna, asn1, crypto]},
{mod, {catlfish_app, []}}]}.