From e1e28beb8448fb6cd7a4ae71116315fd36f2e04a Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 8 Mar 2017 15:38:26 +0100 Subject: Ready for catlfish-0.10.2. --- NEWS.md | 6 ++++++ ebin/catlfish.app | 2 +- reltool.config | 4 ++-- verifycert.erl | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index 1d4e45c..d43459b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# Changes in catlfish 0.10.2 - 2017-03-08 + +## Updated dependencies + +- Use plop-0.10.2. + # Changes in catlfish 0.10.1 - 2017-02-27 ## Bug fixes diff --git a/ebin/catlfish.app b/ebin/catlfish.app index b6e17e5..6576b96 100644 --- a/ebin/catlfish.app +++ b/ebin/catlfish.app @@ -5,7 +5,7 @@ {application, catlfish, [{description, "catlfish -- Certificate Transparency Log Server"}, - {vsn, "0.10.1"}, + {vsn, "0.10.2"}, {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 c76bbe9..9fc7ea9 100644 --- a/reltool.config +++ b/reltool.config @@ -2,8 +2,8 @@ {sys, [ {erts, [{mod_cond, derived}, {app_file, strip}]}, {app_file, strip}, - {rel, "catlfish", "0.10.1", [sasl, catlfish]}, - {rel, "merge", "0.10.1", [sasl, merge]}, + {rel, "catlfish", "0.10.2", [sasl, catlfish]}, + {rel, "merge", "0.10.2", [sasl, merge]}, {boot_rel, "catlfish"}, {profile, standalone}, {incl_sys_filters, ["^bin/", "^erts-.*/", "^lib"]}, diff --git a/verifycert.erl b/verifycert.erl index dc1221c..d87c055 100755 --- a/verifycert.erl +++ b/verifycert.erl @@ -1,8 +1,8 @@ #!/usr/bin/env escript %% -*- erlang -*- --define(CATLFISH_VER, "catlfish-0.10.1"). --define(PLOP_VER, "plop-0.10.1"). +-define(CATLFISH_VER, "catlfish-0.10.2"). +-define(PLOP_VER, "plop-0.10.2"). -define(LAGER_VER, "lager-3.2.2"). write_reply(Bin) -> -- cgit v1.1