This commit is contained in:
Feng Lee 2015-08-30 10:38:07 +08:00
parent 2e6a50f558
commit 587cf4609a
2 changed files with 11 additions and 1 deletions

View File

@ -2,6 +2,16 @@
emqttd ChangeLog emqttd ChangeLog
================== ==================
0.10.3-beta (2015-08-30)
-------------------------
Bugfix: issue#271 - add emqttd_ws_client:subscribe/2 function
Bugfix: issue#269 - bin/emqttd Syntax error on ubuntu
Improve: issue#265 - client under unstable mobile network generate a lot of logs
0.10.2-beta (2015-08-26) 0.10.2-beta (2015-08-26)
------------------------- -------------------------

View File

@ -1,7 +1,7 @@
{application, emqttd, {application, emqttd,
[ [
{description, "Erlang MQTT Broker"}, {description, "Erlang MQTT Broker"},
{vsn, "0.10.2"}, {vsn, "0.10.3"},
{modules, []}, {modules, []},
{registered, []}, {registered, []},
{applications, [kernel, {applications, [kernel,