vsn 0.1.2
This commit is contained in:
parent
3e6ba85eed
commit
52cca0a908
2
CHANGES
2
CHANGES
|
@ -2,7 +2,7 @@ Changes with emqtt 0.1.2 27 Dec 2012
|
||||||
|
|
||||||
*) Feature: release support like riak
|
*) Feature: release support like riak
|
||||||
|
|
||||||
*) Bugfix:
|
*) Bugfix: use ?INFO/?ERROR to print log in tcp_listener.erl
|
||||||
|
|
||||||
|
|
||||||
Changes with emqtt 0.1.1 24 Dec 2012
|
Changes with emqtt 0.1.1 24 Dec 2012
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{lib_dirs, ["../..", "../lib"]},
|
{lib_dirs, ["../..", "../lib"]},
|
||||||
{erts, [{mod_cond, derived}, {app_file, strip}]},
|
{erts, [{mod_cond, derived}, {app_file, strip}]},
|
||||||
{app_file, strip},
|
{app_file, strip},
|
||||||
{rel, "emqtt", "0.1.1",
|
{rel, "emqtt", "0.1.2",
|
||||||
[
|
[
|
||||||
kernel,
|
kernel,
|
||||||
stdlib,
|
stdlib,
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{application, emqtt,
|
{application, emqtt,
|
||||||
[
|
[
|
||||||
{description, "erlang mqtt broker"},
|
{description, "erlang mqtt broker"},
|
||||||
{vsn, "0.1.1"},
|
{vsn, "0.1.2"},
|
||||||
{modules, [
|
{modules, [
|
||||||
emqtt,
|
emqtt,
|
||||||
emqtt_app,
|
emqtt_app,
|
||||||
|
|
Loading…
Reference in New Issue