Merge branch 'master' into dev

This commit is contained in:
Feng Lee 2015-05-06 02:13:39 +08:00
commit 6cf39e4520
4 changed files with 9 additions and 3 deletions

View File

@ -7,6 +7,12 @@ emqttd ChangeLog
Add doc/design/* and merge doc/* to github Wiki Add doc/design/* and merge doc/* to github Wiki
Bugfix: issue #121 - emqttd cluster issuse
Bugfix: issue #123 - emqttd:unload_all_plugins/0 cannot unload any plugin
Bugfix: fix errors found by dialyzer
0.7.0-alpha (2015-05-02) 0.7.0-alpha (2015-05-02)
------------------------- -------------------------

View File

@ -1,7 +1,7 @@
{application, emqtt, {application, emqtt,
[ [
{description, "Erlang MQTT Common Library"}, {description, "Erlang MQTT Common Library"},
{vsn, "0.7.0"}, {vsn, "0.7.1"},
{modules, []}, {modules, []},
{registered, []}, {registered, []},
{applications, [ {applications, [

View File

@ -1,7 +1,7 @@
{application, emqttd, {application, emqttd,
[ [
{description, "Erlang MQTT Broker"}, {description, "Erlang MQTT Broker"},
{vsn, "0.7.0"}, {vsn, "0.7.1"},
{modules, []}, {modules, []},
{registered, []}, {registered, []},
{applications, [kernel, {applications, [kernel,

View File

@ -95,7 +95,7 @@ cluster([SNode]) ->
end. end.
%%------------------------------------------------------------------------------ %%------------------------------------------------------------------------------
%% @doc Add usern %% @doc Add user
%% @end %% @end
%%------------------------------------------------------------------------------ %%------------------------------------------------------------------------------
useradd([Username, Password]) -> useradd([Username, Password]) ->