diff options
-rw-r--r-- | NEWS.md | 10 | ||||
-rw-r--r-- | ebin/catlfish.app | 7 |
2 files changed, 8 insertions, 9 deletions
@@ -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, []}}]}. |