Skip to content

Commit aec3c8a

Browse files
committed
Release 1.13.0
1 parent df27897 commit aec3c8a

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

CHANGELOG.md

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

3+
* Updating ezlib to version 1.0.16.
4+
* Updating fast_tls to version 1.1.26.
5+
* Updating fast_xml to version 1.1.58.
6+
* Updating p1_utils to version 1.0.29.
7+
* Updating stringprep to version 1.0.34.
38
* Update idna to 7.1
49
* Fix handling of errors in FAST when user-agent was missing id
510
* Make SASL SCRAM authentication use more efficient implementation

rebar.config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
{"priv/lib/xmpp_uri.so", ["c_src/xmpp_uri.c"]},
3535
{"priv/lib/xmpp_lang.so", ["c_src/xmpp_lang.c"]}]}.
3636

37-
{deps, [{p1_utils, "~> 1.0.26", {git, "https://github.com/processone/p1_utils", {tag, "1.0.28"}}},
38-
{fast_xml, "~> 1.1.51", {git, "https://github.com/processone/fast_xml", {tag, "1.1.57"}}},
39-
{fast_tls, "~> 1.1.19", {git, "https://github.com/processone/fast_tls", {tag, "1.1.25"}}},
40-
{ezlib, "~> 1.0.12", {git, "https://github.com/processone/ezlib", {tag, "1.0.15"}}},
37+
{deps, [{p1_utils, "~> 1.0.29", {git, "https://github.com/processone/p1_utils", {tag, "1.0.29"}}},
38+
{fast_xml, "~> 1.1.58", {git, "https://github.com/processone/fast_xml", {tag, "1.1.58"}}},
39+
{fast_tls, "~> 1.1.26", {git, "https://github.com/processone/fast_tls", {tag, "1.1.26"}}},
40+
{ezlib, "~> 1.0.16", {git, "https://github.com/processone/ezlib", {tag, "1.0.16"}}},
4141
{idna, "~> 7.1", {git, "https://github.com/benoitc/erlang-idna", {tag, "7.1.0"}}},
42-
{stringprep, "~> 1.0.29", {git, "https://github.com/processone/stringprep", {tag, "1.0.33"}}}]}.
42+
{stringprep, "~> 1.0.34", {git, "https://github.com/processone/stringprep", {tag, "1.0.34"}}}]}.
4343

4444
{clean_files, ["c_src/jid.gcda", "c_src/jid.gcno"]}.
4545

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.12.0"},
27+
{vsn, "1.13.0"},
2828
{modules, []},
2929
{registered, []},
3030
{applications, [asn1, compiler, kernel, public_key, stdlib, syntax_tools,

0 commit comments

Comments
 (0)