Version 1.1.3
This commit is contained in:
parent
223c06fd68
commit
a6f050b80b
|
@ -5,6 +5,26 @@
|
||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
.. _release_1.1.3:
|
||||||
|
|
||||||
|
-------------
|
||||||
|
Version 1.1.3
|
||||||
|
-------------
|
||||||
|
|
||||||
|
*Release Date: 2016-08-19*
|
||||||
|
|
||||||
|
Support './bin/emqttd_ctl users list' CLI (#621)
|
||||||
|
|
||||||
|
Cannot publish payloads with a size of the order 64K using WebSockets (#643)
|
||||||
|
|
||||||
|
Optimize the procedures that retrieve the Broker version and Borker description in the tick timer (PR#627)
|
||||||
|
|
||||||
|
Fix SSL certfile, keyfile config (#651)
|
||||||
|
|
||||||
|
-------------
|
||||||
|
Version 1.1.2
|
||||||
|
-------------
|
||||||
|
|
||||||
.. _release_1.1.2:
|
.. _release_1.1.2:
|
||||||
|
|
||||||
-------------
|
-------------
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{application, emqttd,
|
{application, emqttd,
|
||||||
[
|
[
|
||||||
{description, "Erlang MQTT Broker"},
|
{description, "Erlang MQTT Broker"},
|
||||||
{vsn, "1.1.2"},
|
{vsn, "1.1.3"},
|
||||||
{id, "emqttd"},
|
{id, "emqttd"},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
|
|
Loading…
Reference in New Issue