0.10.3
This commit is contained in:
parent
2e6a50f558
commit
587cf4609a
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -2,6 +2,16 @@
|
|||
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)
|
||||
-------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{application, emqttd,
|
||||
[
|
||||
{description, "Erlang MQTT Broker"},
|
||||
{vsn, "0.10.2"},
|
||||
{vsn, "0.10.3"},
|
||||
{modules, []},
|
||||
{registered, []},
|
||||
{applications, [kernel,
|
||||
|
|
Loading…
Reference in New Issue