Version 1.1.3

This commit is contained in:
Feng 2016-08-19 14:28:19 +08:00
parent 223c06fd68
commit a6f050b80b
2 changed files with 21 additions and 1 deletions

View File

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

View File

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