This commit is contained in:
Feng 2016-03-11 23:52:50 +08:00
parent c94f6f30dd
commit a49006779b
2 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
emqttd ChangeLog
=================
================
0.17.0-beta(2016-03-12)
------------------------
Full Documents released on https://docs.emqtt.com
Improve the design of Hook, PubSub and Router
0.16.0-beta(2016-02-16)
------------------------

View File

@ -5,7 +5,7 @@ BASE_DIR = $(shell pwd)
REBAR = $(BASE_DIR)/rebar
DIST = $(BASE_DIR)/rel/$(APP)
all: compile
all: submods compile
submods:
@git submodule update --init