Feng Lee 10 years ago
parent
commit
587cf4609a
2 changed files with 11 additions and 1 deletions
  1. 10 0
      CHANGELOG.md
  2. 1 1
      src/emqttd.app.src

+ 10 - 0
CHANGELOG.md

@@ -2,6 +2,16 @@
 emqttd ChangeLog
 emqttd ChangeLog
 ==================
 ==================
 
 
+0.10.3-beta (2015-08-30)
+-------------------------
+
+Bugfix:  issue#271 - add emqttd_ws_client:subscribe/2 function
+
+Bugfix:  issue#269 - bin/emqttd Syntax error on ubuntu
+
+Improve: issue#265 - client under unstable mobile network generate a lot of logs
+
+
 0.10.2-beta (2015-08-26)
 0.10.2-beta (2015-08-26)
 -------------------------
 -------------------------
 
 

+ 1 - 1
src/emqttd.app.src

@@ -1,7 +1,7 @@
 {application, emqttd,
 {application, emqttd,
  [
  [
   {description, "Erlang MQTT Broker"},
   {description, "Erlang MQTT Broker"},
-  {vsn, "0.10.2"},
+  {vsn, "0.10.3"},
   {modules, []},
   {modules, []},
   {registered, []},
   {registered, []},
   {applications, [kernel,
   {applications, [kernel,