0.7.1
This commit is contained in:
parent
71751960aa
commit
aae3258beb
|
@ -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)
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
|
@ -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, [
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue