Skip to content

Commit 08d53ca

Browse files
committed
Release 1.0.57
1 parent 1588487 commit 08d53ca

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 1.0.57
2+
3+
* Updating stun to version 1.2.17.
4+
15
*
26

37
# Version 1.0.55

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
{port_specs, [{"priv/lib/esip_drv.so", ["c_src/esip_codec.c"]}]}.
3232

33-
{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.2.15"}}},
33+
{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.2.17"}}},
3434
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.22"}}},
3535
{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.26"}}}]}.
3636

src/esip.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
%%%----------------------------------------------------------------------
2323
{application, esip,
2424
[{description, "ProcessOne SIP server component in Erlang"},
25-
{vsn, "1.0.56"},
25+
{vsn, "1.0.57"},
2626
{modules, []},
2727
{registered, []},
2828
{applications, [kernel, stdlib, fast_tls, p1_utils, stun]},

0 commit comments

Comments
 (0)