Skip to content

Commit 73c2bbe

Browse files
committed
Release 1.5.7
1 parent 4d3f131 commit 73c2bbe

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Version 1.5.7
22

3+
* Updating ezlib to version 1.0.11.
4+
* Updating fast_tls to version 1.1.14.
5+
* Updating fast_xml to version 1.1.49.
6+
* Updating stringprep to version 1.0.28.
7+
* Updating p1_utils to version 1.0.25.
38
* Make socket release on detach, free resources earlier
49
* Fix crash when doing srv resolution
510

rebar.config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
{"priv/lib/xmpp_uri.so", ["c_src/xmpp_uri.c"]},
3232
{"priv/lib/xmpp_lang.so", ["c_src/xmpp_lang.c"]}]}.
3333

34-
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.23"}}},
35-
{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.48"}}},
36-
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.13"}}},
37-
{ezlib, ".*", {git, "https://github.com/processone/ezlib", {tag, "1.0.10"}}},
34+
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.25"}}},
35+
{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.49"}}},
36+
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.14"}}},
37+
{ezlib, ".*", {git, "https://github.com/processone/ezlib", {tag, "1.0.11"}}},
3838
{idna, ".*", {git, "https://github.com/benoitc/erlang-idna", {tag, "6.0.0"}}},
39-
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.27"}}}]}.
39+
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.28"}}}]}.
4040

4141
{clean_files, ["c_src/jid.gcda", "c_src/jid.gcno"]}.
4242

src/xmpp.app.src

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

2525
{application, xmpp,
2626
[{description, "Erlang/Elixir XMPP parsing and serialization library"},
27-
{vsn, "1.5.6"},
27+
{vsn, "1.5.7"},
2828
{modules, []},
2929
{registered, []},
3030
{applications, [kernel, stdlib, ezlib, fast_tls, fast_xml, idna, p1_utils, stringprep]},

0 commit comments

Comments
 (0)