This commit is contained in:
Feng 2015-12-28 20:20:24 +08:00
parent 4a175bfc68
commit 32b1448204
2 changed files with 9 additions and 1 deletions

View File

@ -2,6 +2,14 @@
emqttd ChangeLog emqttd ChangeLog
================== ==================
0.14.1-beta(2015-12-28)
-------------------------
Bugfix: emqttd_ws_client.erl: Unexpected Info: {'EXIT',<0.27792.18>,{shutdown,destroy}} (#413)
Improve: fix spec error found by dialyzer
0.14.0-beta(2015-12-18) 0.14.0-beta(2015-12-18)
------------------------- -------------------------

View File

@ -1,7 +1,7 @@
{application, emqttd, {application, emqttd,
[ [
{id, "emqttd"}, {id, "emqttd"},
{vsn, "0.14.0"}, {vsn, "0.14.1"},
{description, "Erlang MQTT Broker"}, {description, "Erlang MQTT Broker"},
{modules, []}, {modules, []},
{registered, []}, {registered, []},