Feng Lee 10 lat temu
rodzic
commit
74217bf9ea
2 zmienionych plików z 3 dodań i 18 usunięć
  1. 3 0
      Makefile
  2. 0 18
      TODO

+ 3 - 0
Makefile

@@ -27,4 +27,7 @@ edoc:
 	@$(REBAR) doc
 	@$(REBAR) doc
 
 
 dist:
 dist:
+	#TODO write new Makefile
 	cd rel && ../rebar generate -f
 	cd rel && ../rebar generate -f
+	cp -R plugins/emqttd_plugin_demo rel/emqttd/plugins/ && rm -rf rel/emqttd/plugins/emqttd_plugin_demo/src
+

+ 0 - 18
TODO

@@ -1,11 +1,3 @@
-0.5.5
--------------------------
-
-static, dynmaic, bridge types of topic and trie node
-
-try_to_remove topic node
-
-
 v0.6.0-alpha (2015-03-20)
 v0.6.0-alpha (2015-03-20)
 -------------------------
 -------------------------
 
 
@@ -57,15 +49,6 @@ full test cases...
 spawn_link to replace 'spawn' and 'link'
 spawn_link to replace 'spawn' and 'link'
 
 
 =======
 =======
-## ACL
-
-## Authentication with clientId
-
-## SSL/TLS Socket
-
-## $SYS/topics and Broker statistics...
-
-## Cluster 
 
 
 ## Bridge
 ## Bridge
 
 
@@ -75,4 +58,3 @@ spawn_link to replace 'spawn' and 'link'
 
 
 ## Mnesia 
 ## Mnesia 
 
 
-Create Schema...