This commit is contained in:
Feng Lee 2015-05-04 23:31:39 +08:00
parent 71751960aa
commit aae3258beb
3 changed files with 8 additions and 2 deletions

View File

@ -7,6 +7,12 @@ emqttd ChangeLog
Add doc/design/* and merge doc/* to github Wiki Add doc/design/* and merge doc/* to github Wiki
Bugfix: issue #121 - emqttd cluster issuse
Bugfix: issue #123 - emqttd:unload_all_plugins/0 cannot unload any plugin
Bugfix: fix errors found by dialyzer
0.7.0-alpha (2015-05-02) 0.7.0-alpha (2015-05-02)
------------------------- -------------------------

View File

@ -1,7 +1,7 @@
{application, emqtt, {application, emqtt,
[ [
{description, "Erlang MQTT Common Library"}, {description, "Erlang MQTT Common Library"},
{vsn, "0.7.0"}, {vsn, "0.7.1"},
{modules, []}, {modules, []},
{registered, []}, {registered, []},
{applications, [ {applications, [

View File

@ -1,7 +1,7 @@
{application, emqttd, {application, emqttd,
[ [
{description, "Erlang MQTT Broker"}, {description, "Erlang MQTT Broker"},
{vsn, "0.7.0"}, {vsn, "0.7.1"},
{modules, []}, {modules, []},
{registered, []}, {registered, []},
{applications, [kernel, {applications, [kernel,