0.10.2
This commit is contained in:
parent
0e0ae4a76d
commit
0f73dbf4a8
|
@ -2,6 +2,12 @@
|
||||||
emqttd ChangeLog
|
emqttd ChangeLog
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
0.10.2-beta (2015-08-25)
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
Improve: issue#257 - After the node name changed, the broker cannot restart for mnesia schema error.
|
||||||
|
|
||||||
|
|
||||||
0.10.1-beta (2015-08-25)
|
0.10.1-beta (2015-08-25)
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{application, emqttd,
|
{application, emqttd,
|
||||||
[
|
[
|
||||||
{description, "Erlang MQTT Broker"},
|
{description, "Erlang MQTT Broker"},
|
||||||
{vsn, "0.10.1"},
|
{vsn, "0.10.2"},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [kernel,
|
{applications, [kernel,
|
||||||
|
|
Loading…
Reference in New Issue