summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2015-05-11 11:30:36 +0200
committerLinus Nordberg <linus@nordberg.se>2015-05-11 11:30:36 +0200
commit73b88196765b8488aac528426bffc2f7768b3bdd (patch)
tree4a6aa17b5fde290bca58e470627fd4277fb79421
parent8de1e4ac6a69cdbc8a67157688f724d63e78508d (diff)
Bump version and update NEWS.
-rw-r--r--NEWS.md11
-rw-r--r--ebin/catlfish.app2
-rw-r--r--reltool.config2
-rwxr-xr-xverifycert.erl2
4 files changed, 14 insertions, 3 deletions
diff --git a/NEWS.md b/NEWS.md
index 2ce6c4a..36a25ae 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,14 @@
+# Changes in version 0.8.0-dev
+
+## Bug fixes
+
+- A bug with merging submitted root certs, i.e. lacking ExtraData has
+ been fixed (closes CATLFISH-45).
+
+## Code cleanup
+
+- Dialyzer clean.
+
# Changes in version 0.7.0 - 2015-04-25
## Features
diff --git a/ebin/catlfish.app b/ebin/catlfish.app
index 3566e47..2289f78 100644
--- a/ebin/catlfish.app
+++ b/ebin/catlfish.app
@@ -5,7 +5,7 @@
{application, catlfish,
[{description, "catlfish -- Certificate Transparency Log Server"},
- {vsn, "0.7.0"},
+ {vsn, "0.8.0-dev"},
{modules, [catlfish, catlfish_app, catlfish_sup, catlfish_web, v1, x509]},
{applications, [kernel, stdlib, plop, lager, mochiweb, idna, asn1, crypto]},
{mod, {catlfish_app, []}}]}.
diff --git a/reltool.config b/reltool.config
index bfd56a6..8941bf9 100644
--- a/reltool.config
+++ b/reltool.config
@@ -2,7 +2,7 @@
{sys, [
{erts, [{mod_cond, derived}, {app_file, strip}]},
{app_file, strip},
- {rel, "catlfish", "0.7.0", [kernel, stdlib, sasl, catlfish]},
+ {rel, "catlfish", "0.8.0-dev", [kernel, stdlib, sasl, catlfish]},
{boot_rel, "catlfish"},
{profile, standalone},
{incl_sys_filters, ["^bin/", "^erts-.*/", "^lib"]},
diff --git a/verifycert.erl b/verifycert.erl
index 328c318..f2f679d 100755
--- a/verifycert.erl
+++ b/verifycert.erl
@@ -1,6 +1,6 @@
#!/usr/bin/env escript
%% -*- erlang -*-
-%%! -pa lib/catlfish-0.7.0.ez/catlfish-0.7.0/ebin -pa lib/lager-2.1.1.ez/lager-2.1.1/ebin
+%%! -pa lib/catlfish-0.8.0-dev.ez/catlfish-0.8.0-dev/ebin -pa lib/lager-2.1.1.ez/lager-2.1.1/ebin
write_reply(Bin) ->
Length = size(Bin),