This commit is contained in:
Feng Lee 2015-04-23 00:00:26 +08:00
parent 6c947dff1d
commit 74217bf9ea
2 changed files with 3 additions and 18 deletions

View File

@ -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

18
TODO
View File

@ -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...