Skip to content

Commit ca35517

Browse files
committed
Release 1.5.3
1 parent cbb570f commit ca35517

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Version 1.5.3
22

3+
* Updating fast_tls to version 1.1.12.
4+
* Updating fast_xml to version 1.1.46.
5+
* Updating p1_utils to version 1.0.22.
6+
* Updating stringprep to version 1.0.26.
37
* Fix spec to match the current source code, as reportd by Dialyzer
48
* xmpp uses p1_options, so Dialyzer reports some false warnings
59
* Fix return value when skipping queued tcp packet to already closed socket

rebar.config

+4-4
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.21"}}},
35-
{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.45"}}},
36-
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.11"}}},
34+
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.22"}}},
35+
{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.46"}}},
36+
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.12"}}},
3737
{ezlib, ".*", {git, "https://github.com/processone/ezlib", {tag, "1.0.9"}}},
3838
{idna, ".*", {git, "https://github.com/benoitc/erlang-idna", {tag, "6.0.0"}}},
39-
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.24"}}}]}.
39+
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.26"}}}]}.
4040

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

src/xmpp.app.src

+1-1
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.2"},
27+
{vsn, "1.5.3"},
2828
{modules, []},
2929
{registered, []},
3030
{applications, [kernel, stdlib, ezlib, fast_tls, fast_xml, idna, p1_utils, stringprep]},

0 commit comments

Comments
 (0)