This commit is contained in:
Feng 2015-08-25 23:44:40 +08:00
parent 0e0ae4a76d
commit 0f73dbf4a8
2 changed files with 7 additions and 1 deletions

View File

@ -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)
------------------------- -------------------------

View File

@ -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,