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

+ 15 - 1
docs/source/changes.rst

@@ -5,7 +5,21 @@
 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

+ 1 - 1
src/emqttd.app.src

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