erylee 13 lat temu
rodzic
commit
3979c83550
2 zmienionych plików z 7 dodań i 1 usunięć
  1. 6 0
      CHANGES
  2. 1 1
      src/emqtt.app.src

+ 6 - 0
CHANGES

@@ -1,3 +1,9 @@
+Changes with emqtt 0.1.4                                         04 Jan 2012
+
+    *) Bugfix: fix "mosquitto_sub -q 2 ......" bug
+
+	*) Bugfix: fix keep alive bug
+
 Changes with emqtt 0.1.3                                         04 Jan 2012
 
     *) Feature: support QOS2 PUBREC, PUBREL,PUBCOMP messages

+ 1 - 1
src/emqtt.app.src

@@ -1,7 +1,7 @@
 {application, emqtt,
  [
   {description, "erlang mqtt broker"},
-  {vsn, "0.1.3"},
+  {vsn, "0.1.4"},
   {modules, [
 	emqtt,
 	emqtt_app,