Skip to content

Commit

Permalink
Prepare 1.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mremond committed Jun 30, 2016
1 parent b98330b commit 5faabac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 1.0.5

* OpenSSL 1.1.0 compliance (Paweł Chmielowski)
* Use p1_utils 1.0.4 (Mickaël Rémond)

# Version 1.0.4

* Better compliance with R17 and R18 (Paweł Chmielowski)
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{port_specs, [{"priv/lib/fast_tls_drv.so", ["c_src/fast_tls_drv.c"]},
{"priv/lib/p1_sha.so", ["c_src/p1_sha.c"]}]}.

{deps, [{p1_utils, ".*", {git, "git://github.com/processone/p1_utils", {tag, "1.0.3"}}}]}.
{deps, [{p1_utils, ".*", {git, "git://github.com/processone/p1_utils", {tag, "1.0.4"}}}]}.

{clean_files, ["c_src/fast_tls_drv.gcda", "c_src/fast_tls_drv.gcno",
"c_src/fast_sha.gcda", "c_src/fast_sha.gcno"]}.
Expand Down
2 changes: 1 addition & 1 deletion src/fast_tls.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

{application, fast_tls,
[{description, "TLS / SSL OpenSSL-based native driver for Erlang / Elixir"},
{vsn, "1.0.4"},
{vsn, "1.0.5"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib]},
Expand Down

0 comments on commit 5faabac

Please sign in to comment.