Ery Lee пре 13 година
родитељ
комит
bf0fba0811
2 измењених фајлова са 8 додато и 2 уклоњено
  1. 7 1
      CHANGES
  2. 1 1
      rel/files/emqtt

+ 7 - 1
CHANGES

@@ -1,7 +1,13 @@
-Changes with emqtt 0.1.1                                         30 Dec 2012
+Changes with emqtt 0.1.2                                         30 Dec 2012
+
+    *) Feature: release support like riak
+
+Changes with emqtt 0.1.1                                         24 Dec 2012
 
 
     *) Feature: use rebar to generate release
     *) Feature: use rebar to generate release
 
 
+    *) Feature: support retained messages
+
     *) Bugfix: send will msg when network error
     *) Bugfix: send will msg when network error
 
 
 Changes with emqtt 0.1.0                                         21 Dec 2012
 Changes with emqtt 0.1.0                                         21 Dec 2012

+ 1 - 1
rel/files/emqtt

@@ -159,7 +159,7 @@ case "$1" in
             if [ "$?" -ne 0 ]; then
             if [ "$?" -ne 0 ]; then
                 continue
                 continue
             fi
             fi
-		#TODO: echo start successfully?
+	    echo "emqtt is started successfully!"
             exit 0
             exit 0
         done
         done
         echo "emqtt failed to start within ${WAIT_FOR_ERLANG:-15} seconds,"
         echo "emqtt failed to start within ${WAIT_FOR_ERLANG:-15} seconds,"