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
|
||||
|
||||
*) Bugfix:
|
||||
*) Bugfix: use ?INFO/?ERROR to print log in tcp_listener.erl
|
||||
|
||||
|
||||
Changes with emqtt 0.1.1 24 Dec 2012
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{lib_dirs, ["../..", "../lib"]},
|
||||
{erts, [{mod_cond, derived}, {app_file, strip}]},
|
||||
{app_file, strip},
|
||||
{rel, "emqtt", "0.1.1",
|
||||
{rel, "emqtt", "0.1.2",
|
||||
[
|
||||
kernel,
|
||||
stdlib,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{application, emqtt,
|
||||
[
|
||||
{description, "erlang mqtt broker"},
|
||||
{vsn, "0.1.1"},
|
||||
{vsn, "0.1.2"},
|
||||
{modules, [
|
||||
emqtt,
|
||||
emqtt_app,
|
||||
|
|
Loading…
Reference in New Issue