1.0.2 release

This commit is contained in:
Feng 2016-05-04 01:02:00 +08:00
parent 76851e58fb
commit dae1cc1f81
2 changed files with 16 additions and 2 deletions

View File

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

View File

@ -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, []},