Merge branch 'master' into issue#111
This commit is contained in:
commit
d99cd5905d
|
@ -7,6 +7,12 @@ emqttd ChangeLog
|
|||
|
||||
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)
|
||||
-------------------------
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{application, emqtt,
|
||||
[
|
||||
{description, "Erlang MQTT Common Library"},
|
||||
{vsn, "0.7.0"},
|
||||
{vsn, "0.7.1"},
|
||||
{modules, []},
|
||||
{registered, []},
|
||||
{applications, [
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{application, emqttd,
|
||||
[
|
||||
{description, "Erlang MQTT Broker"},
|
||||
{vsn, "0.7.0"},
|
||||
{vsn, "0.7.1"},
|
||||
{modules, []},
|
||||
{registered, []},
|
||||
{applications, [kernel,
|
||||
|
|
Loading…
Reference in New Issue