Ery Lee 13 лет назад
Родитель
Сommit
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: support retained messages
+
     *) Bugfix: send will msg when network error
 
 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
                 continue
             fi
-		#TODO: echo start successfully?
+	    echo "emqtt is started successfully!"
             exit 0
         done
         echo "emqtt failed to start within ${WAIT_FOR_ERLANG:-15} seconds,"