Feng 9 лет назад
Родитель
Сommit
a6f050b80b
2 измененных файлов с 21 добавлено и 1 удалено
  1. 20 0
      docs/source/changes.rst
  2. 1 1
      src/emqttd.app.src

+ 20 - 0
docs/source/changes.rst

@@ -5,6 +5,26 @@
 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:
 
 -------------

+ 1 - 1
src/emqttd.app.src

@@ -1,7 +1,7 @@
 {application, emqttd,
  [
   {description, "Erlang MQTT Broker"},
-  {vsn, "1.1.2"},
+  {vsn, "1.1.3"},
   {id, "emqttd"},
   {modules, []},
   {registered, []},