1.0.2 release
This commit is contained in:
parent
76851e58fb
commit
dae1cc1f81
|
@ -5,7 +5,21 @@
|
||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
.. _release_1.0.1:
|
.. _release_1.0.2:
|
||||||
|
|
||||||
|
-------------
|
||||||
|
Version 1.0.2
|
||||||
|
-------------
|
||||||
|
|
||||||
|
*Release Date: 2016-05-04*
|
||||||
|
|
||||||
|
Issue#534 - './bin/emqttd_ctl vm' - add 'port/count', 'port/limit' statistics
|
||||||
|
|
||||||
|
Issue#535 - emqttd_client should be terminated properly even if exception happened when sending data
|
||||||
|
|
||||||
|
PR#519 - The erlang '-name' requires the fully qualified host name
|
||||||
|
|
||||||
|
.. _release_l.0.1:
|
||||||
|
|
||||||
-------------
|
-------------
|
||||||
Version 1.0.1
|
Version 1.0.1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{application, emqttd,
|
{application, emqttd,
|
||||||
[
|
[
|
||||||
{description, "Erlang MQTT Broker"},
|
{description, "Erlang MQTT Broker"},
|
||||||
{vsn, "1.0.1"},
|
{vsn, "1.0.2"},
|
||||||
{id, "emqttd"},
|
{id, "emqttd"},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
|
|
Loading…
Reference in New Issue