summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2015-04-03 19:36:22 +0200
committerLinus Nordberg <linus@nordberg.se>2015-04-03 19:36:22 +0200
commit459c5ebf083e5f076c17118d82ae16c080fdb9b5 (patch)
tree1a6f462c72f593ce7f297c500aaaa3b7294f6667
parent352ade3dfb4890c40f17ebff2cfc55c21e8de20e (diff)
Bump version to 0.6.0-dev.
-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, []}}]}.