Codebase list erlang-p1-xmpp / 0218a14
New upstream version 1.4.9 Philipp Huebner 3 years ago
3 changed file(s) with 12 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
0 # Version 1.4.9
1
2 * Updating p1_utils to version 1.0.20.
3 * Updating fast_xml to version 1.1.43.
4 * Updating fast_tls to version 1.1.8.
5 * Updating stringprep to version 1.0.22.
6
07 # Version 1.4.8
18
29 * Fixes to compile with Erlang/OTP 23.0
3232 {"priv/lib/xmpp_uri.so", ["c_src/xmpp_uri.c"]},
3333 {"priv/lib/xmpp_lang.so", ["c_src/xmpp_lang.c"]}]}.
3434
35 {deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.19"}}},
36 {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.42"}}},
37 {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.7"}}},
35 {deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.20"}}},
36 {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.43"}}},
37 {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.8"}}},
3838 {ezlib, ".*", {git, "https://github.com/processone/ezlib", {tag, "1.0.8"}}},
3939 {idna, ".*", {git, "https://github.com/benoitc/erlang-idna", {tag, "6.0.0"}}},
40 {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.21"}}}]}.
40 {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.22"}}}]}.
4141
4242 {clean_files, ["c_src/jid.gcda", "c_src/jid.gcno"]}.
4343
2323
2424 {application, xmpp,
2525 [{description, "Erlang/Elixir XMPP parsing and serialization library"},
26 {vsn, "1.4.8"},
26 {vsn, "1.4.9"},
2727 {modules, []},
2828 {registered, []},
2929 {applications, [kernel, stdlib]},